Ikhun Um

Results 364 comments of Ikhun Um

> I was wondering, with your solution it is not possible to use the json_name field anymore at al Good point. I updated the PR to allow the json name...

Ameria provides various ways to add services. I don't see we can directly add those APIs to` Server`. But I think it is a good idea to allow mutating the...

I have to ask first if @kth496 wants to finish this work.

`InboundTrafficController` operates at a connection level, so an unconsumed stream can block the channel and prevent another stream from reading. This form of backpressure may violate the [HTTP/2 flow control...

It doesn't seem like fixing the problem requires significant effort. I already shared the direction of the change with the team and received their agreement. I will open a PR...

> responseBuilder.content(responseMsg) // This adds a response header `content-type: text/plain; charset=utf-8` https://github.com/line/armeria/issues/5020 I think other maintainers have the same opinion that we need to fix not to set the default...

> request/response do not contain the traceId value that I added as a custom decorator (while all the others do). Did you set the trace ID using `MDC`? If so,...

Changed the target milestone to 1.32.0. I need some time to figure out how to implement the API that Trustin suggested.