-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enabling client-side compression for Pub/Sub #1645
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
Conversation
|
@pongad @garrettjonesgoogle for your review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this! LGTM except possibly the method name called out below.
Please wait for @garrettjonesgoogle to +2.
| * Gives the ability to disable client-side compression. | ||
| * Note compression is enabled by default. | ||
| */ | ||
| public Builder setCompressionEnabled(boolean enabled) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
LGTM too. |
…on to (googleapis#1645)". Compression is not fully supported in gRPC, can't have it in the library yet. This reverts commit a599972.
|
Hi, Is there any plan to evaluate compression/gzip support again? |
|
I could not quite get, why is this reverted? Could somebody explain, please. |
Partially addressing #1639, changes will need to be made to the gax.grpc classes to support compression.