On Sun, Oct 30, 2016 at 8:53 PM, Ryan Qian <ryan.q...@gmail.com> wrote:

> seems I should use add_generic_rpc_handlers
>

Yes.

On Monday, October 31, 2016 at 11:47:54 AM UTC+8, Ryan Qian wrote:
>>
>> In java, I can add ServerInterceptor to grpc server, does Python have
>> similar way?
>>
>
Python does not have a dedicated mechanism exactly analogous to
ServerInterceptor, but it should be possible to achieve the behavior you
desire using (a) GenericRpcHandler implementation(s).

I need add stasd, sentry, zipkin ... support for Python grpc server.
>>
>
If in the course of implementing your system you find yourself feeling "it
would have really been nice if the gRPC Python API did/had/offered [...]",
please feel encouraged to file a feature request
<https://github.com/grpc/grpc/issues/new>.
-Nathaniel

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAEOYnASNPn8VVsgQ64Y%2BTRBLfFVQJ3m6vcHbfN4ffDZeYBryXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to