Skip to content

Add gRPC compression and decompression support #160

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

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

zZHorizonZz
Copy link
Member

Motivation:

This PR adds the ability to add custom compression algorithms, and also includes new ones.

Conformance:

You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

Closes: #67

@zZHorizonZz zZHorizonZz force-pushed the compression branch 2 times, most recently from 1794d3b to 9d5d5e8 Compare April 30, 2025 05:10
@zZHorizonZz zZHorizonZz force-pushed the compression branch 3 times, most recently from ad6cc48 to 2c7e0d0 Compare May 7, 2025 04:18
@zZHorizonZz zZHorizonZz force-pushed the compression branch 2 times, most recently from dcf4736 to 0dfbb12 Compare May 23, 2025 21:05
@zZHorizonZz zZHorizonZz requested a review from vietj May 24, 2025 19:52
@zZHorizonZz
Copy link
Member Author

zZHorizonZz commented May 25, 2025

This currently fails as I have added tests which are based on compression test cases description, so currently it would seem we are not matching the specs in that regard

@zZHorizonZz zZHorizonZz marked this pull request as draft May 30, 2025 08:02
@zZHorizonZz zZHorizonZz marked this pull request as ready for review June 5, 2025 18:07
- Clarify compression configuration options in server and client documentation.
- Update client and server examples to demonstrate the use of `GrpcCompressionOptions` and enhanced compression logic.

Signed-off-by: Daniel Fiala <[email protected]>
@vietj
Copy link
Member

vietj commented Aug 5, 2025

@zZHorizonZz can you rebase this contribution ?

# Conflicts:
#	vertx-grpc-server/src/main/java/io/vertx/grpc/server/impl/GrpcServerImpl.java
#	vertx-grpc-server/src/main/java/io/vertx/grpc/server/impl/GrpcServerResponseImpl.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support custom Compression/Decompressino
2 participants