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

Vert.x transport for gRPC #83

Open
vietj opened this issue Dec 2, 2020 · 2 comments
Open

Vert.x transport for gRPC #83

vietj opened this issue Dec 2, 2020 · 2 comments

Comments

@vietj
Copy link
Contributor

vietj commented Dec 2, 2020

Such transport would provide an improved integration with gRPC (e.g providing SNI support, vertx security, vertx web router) and also would ease Netty upgrade as grpc-netty would not impose the Netty version to use.

@ctrlshp
Copy link

ctrlshp commented Apr 19, 2022

Can you give some pointers on how would one go about doing that without copying the whole grpc-netty code here? We are interested in GraalVM native image support, custom routing, SNI and runtime SSL certificate hot reloading. Thanks!

@ctrlshp
Copy link

ctrlshp commented Apr 19, 2022

Also, if we were interested in generating code for a gRPC service to be a bridge to a protobuffer-based Vert.x event bus, should we put the code here somewhere, as well?

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

No branches or pull requests

2 participants