Skip to content

Support gRPC#147

Merged
tsegismont merged 3 commits intoeclipse-vertx:mainfrom
tsegismont:support-grpc
Mar 25, 2026
Merged

Support gRPC#147
tsegismont merged 3 commits intoeclipse-vertx:mainfrom
tsegismont:support-grpc

Conversation

@tsegismont
Copy link
Member

Closes #132

Added a test that starts a proxy in between gRPC client/server. To avoid polluting dependencies, both the client and the server run in containers. Request/Reply, Streaming and Bidirectional Streaming modes are tested.

Improved ProxiedRequest because for HTTP/2 and HTTP/3, the content-length header is optional. Without this change, the Vert.x HTTP Client throws a runtime exception because the request was not flagged with chunked.

Some portions of this content were created with the assistance of IBM Bob.

Closes eclipse-vertx#132

Added a test that starts a proxy in between gRPC client/server.
To avoid polluting dependencies, both the client and the server run in containers.
Request/Reply, Streaming and Bidirectional Streaming modes are tested.

Improved ProxiedRequest because for HTTP/2 and HTTP/3, the content-length header is optional.
Without this change, the Vert.x HTTP Client throws a runtime exception because the request was not flagged with `chunked`.

Some portions of this content were created with the assistance of IBM Bob.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Also, make the tearDown method more robust

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
…TP/1.x

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit 5ef0668 into eclipse-vertx:main Mar 25, 2026
5 checks passed
@tsegismont tsegismont deleted the support-grpc branch March 25, 2026 17:11
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 gRPC

2 participants