I'm not familiar with VertX gRPC, but in Java, interceptor is still called when some client calls an unimplemented method.
On Friday, May 15, 2020 at 2:27:03 AM UTC-7 [email protected] wrote: > Our SRE team want add to metrics all call for unimplemented method. Is > there way to do it? to intercept when some client call unimplemented method? > > Right now i have MonitorInterceptor, where i handle some thing like > metrics, opentracing etc. but this interceptor is not call when some client > call unimplemented method. > > I am using Kotlin with Vertx GRPC > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/ba887a16-5ee8-4541-9853-1909a24143d3n%40googlegroups.com.
