eclipse-vertx / vertx-grpc

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

HTTP client updates #88

Closed vietj closed 1 month ago

vietj commented 4 months ago

The gRPC client builds its own HTTP client. Since the HTTP client got new capabilities (service name resolution, unpooled connections), it makes sense to allow wrapping an existing HTTP client interface.

Modify the gRPC client to allow wrapping an existing HTTP client interface.

vietj commented 4 months ago

FYI @tsegismont this updates the gRPC client to allow using an HttpClient since the HttpClientConnection PR has been merged