You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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?
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.
The text was updated successfully, but these errors were encountered: