eclipse-vertx / vertx-grpc

Development of the gRPC component for Eclipse Vert.x
Eclipse Public License 2.0
42 stars 23 forks source link

Add GrpcServerRouteHandler #86

Closed tsegismont closed 8 months ago

tsegismont commented 9 months ago

See #84

In order to integrate Vert.x Web routes and gRPC servers, we need an adapter.

vietj commented 8 months ago

I would like to avoid this dependency of vertx-grpc over vertx-web for various reasons.

Instead we should provide the code return rc -> server.handle(rc.request()) in the documentation, alternatively we could consider having a dependency of vertx-web onto vertx-grpc, but I think that is not necessary.