Skip to content
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

Can it support dynamically determining whether to enable gzip compression based on message size #11485

Open
brucelwl opened this issue Aug 22, 2024 · 1 comment

Comments

@brucelwl
Copy link

Can it support dynamically determining whether to enable gzip compression based on message size ?

@kannanjgithub
Copy link
Contributor

The gRPC client cannot make such a decision as to at what size to enable gzip compression that because the size restriction is on the receiver specified via ManagedChannelBuilder::maxInboundMessageSize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants