grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

Service Interceptor example

Open dashingsat opened this issue 3 years ago • 2 comments

Hello,

Can some one please guide me to find an example for server interceptor in GRPC in Coroutine base impl.. It would be great, if we can have example for the same as well..

Thanks and Regards Satya

dashingsat avatar May 15 '21 11:05 dashingsat

Could you elaborate more on what you're trying to do with your interceptor? For most scenarios, your interceptor should look exactly the same as it would in Java.

lowasser avatar May 25 '21 22:05 lowasser

I would like to learn as well.

Ideally I would like a kotlin version of this thing: https://github.com/grpc-ecosystem/java-grpc-prometheus

dunyakirkali avatar Oct 19 '22 11:10 dunyakirkali