You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to forward gRPC requests that have been compressed with gzip, but it looks like Fabio is not forwarding the request. I've seen under the following link, that Fabio has the functionality to forward compressed HTTP requests, so I'm wondering if it's possible with gRPC.
below is my nomad file. I have also set theAccept-Encoding: gzip header on the client
The error we are receiving on our test client when trying to make a request to the server is : grpc: Decompressor is not installed for grpc-encoding "gzip"
It looks like that's not being registered when the grpc server is being set up. It's pretty easy to register the gzip as an available compression option, but I don't have a good way to test if it's working. If I made a one-off build available on docker hub would you be able to test that way?
I'm trying to forward gRPC requests that have been compressed with gzip, but it looks like Fabio is not forwarding the request. I've seen under the following link, that Fabio has the functionality to forward compressed HTTP requests, so I'm wondering if it's possible with gRPC.
https://fabiolb.net/feature/http-compression/
below is my nomad file. I have also set the
Accept-Encoding: gzip
header on the clientThe error we are receiving on our test client when trying to make a request to the server is :
grpc: Decompressor is not installed for grpc-encoding "gzip"
The text was updated successfully, but these errors were encountered: