Kristof, I don't currently have a timeline for in-library support for retries, but implementing it using interceptors isn't too difficult. Here's an example <https://github.com/grpc/grpc/issues/19514#issuecomment-531700657> of an interceptor a member of the community shared a while ago.
Thanks, Richard On Monday, January 27, 2020 at 2:30:40 PM UTC-8 Kristof wrote: > Hi 👋 > > As far as I can tell the python client implementation doesn't yet support > retries (is there a timeline). > > Despite this, GitHub issues and documentation suggest that a retry > mechanism is possible to implement in a python client with an interceptor. > > As this seems like a generic problem that is applicable to all kinds of > gRPC clients, somebody must have already implemented it open source. > > Do you guys know of code examples on how to implement retry in a python > interceptor? > > Thanks > > K > -- 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/3596e4ed-ff1a-45a0-a3e7-80f5235e7a62%40googlegroups.com.
