grpc-java
grpc-java copied to clipboard
Can it support dynamically determining whether to enable gzip compression based on message size
Can it support dynamically determining whether to enable gzip compression based on message size ?
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.