emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.32k stars 684 forks source link

Pass-through compressed data #4146

Open GeroL opened 2 years ago

GeroL commented 2 years ago

Please describe your use case / problem. My gRPC services can handle compression themselves.

Describe the solution you'd like Please introduce a config to just pass-through the data without de-/compressing. This is mostly true for all .Net services using Kestrel.

Describe alternatives you've considered It is not possible anymore to receive compressed data. I do not know if the data is recompressed when sent already compressed from an upstream service.

Additional context None

alexgervais commented 2 years ago

Thanks for your feature request @GeroL . Contributions are always welcome if you find some time.