yu-keun, OH

Results 7 comments of yu-keun, OH

I think it's the wrong request. To use HttpJsonTranscoding, the HttpRule must be defined. ``` import "google/api/annotations.proto"; service MyService { rpc TestArmeriaGrpcIntFailure(TestArmeriaGrpcIntFailureRequest) returns (TestArmeriaGrpcIntFailureResponse) { option (google.api.http) = { post:...

Is grpc compression/uncompression not allowed in the Envoy document? If not, I would like to add it. It would be nice if it stated that it should be treated with...

@zuercher Is this what you want? ![wasm_ex](https://github.com/envoyproxy/envoy/assets/37852701/cae03ac4-f90a-4b60-bed2-0c5d14b1c736) I think the gRPC compression on the right can be compressed and sent by the gRPC server. I think it will be a...

@zuercher Oh! My explanation is wrong. It means the same as the json response form when rest. Envoy's response is json form for gRPC error, so the format is slightly...

If you enable `convert_grpc_status`, it will be converted into HTTP response code as you said. However, the shape of the body cannot be changed.

Well, it would be nice if you could understand that it's similar, but a little different. At first, I was going to ask you to close this issue by leaving...

Flow REST Server -> (REST) -> Armeria server (trancscoding REST -> gRPC) -> (gRPC) -> Armeria trancscoding envoy sidecar -> (gRPC) -> Armeria gRPC Server envoy sidecar -> (gRPC) ->...