eclipse-vertx / vertx-grpc

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

Protoc: generated stub cannot be used with interceptors #93

Closed tsegismont closed 4 months ago

tsegismont commented 4 months ago

gRPC interceptors are useful for platform code like logging, monitoring or tracing.

The futurized stubs provided by the Vert.x protoc plugin cannot be integrated with gRPC Java interceptor code because they don't implement BindableService.

Users should be able to write interceptors for their futurized gRPC services.

tsegismont commented 4 months ago

Duplicate of #91