-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate a historical issue: gzip shouldn't be included by default ? #286
Comments
@raboof I saw your comments from the PR of history in akka-grpc,WDYT ? |
Seems like it is the same issue grpc/grpc-java#8542? |
thanks, let me see |
If I am reading this correctly this appears to be a non issue creating by a misunderstanding, i.e. |
I think the limitation identified here was the fact that we currently do not provide a way for the client to prevent the server from compressing the responses. This could be interesting to allow when making requests from low-powered machines, where you might be happy to spend a bit more bandwidth if it means spending less CPU time decompressing. No idea why it was added as a 'FIXME' rather than a regular feature request, though - in retrospect it seems rather niche. |
I agree that this is not a major issue. If someone wants to add a config setting that allows users to disable compression support then that is nice to have |
Thanks for all. I only started reading the PR related to grpc-Java. Yes, aggre that it is a Feature, not FXIME. |
I have been interested in FIXME of GRPC.
So I want to talk about :
(1)Gzip should be the default, or only use Identity?
(2)
supportedCodecs
can be configured by reference?In my opinion, according to the comments, gzip is not the default value for the client. Users can modify the supported codecs through the conf file
The text was updated successfully, but these errors were encountered: