[grpc-io] Re: Grpc java retry documentation

2019-08-22 Thread ramachandran . satishkumar
Hi Penn, is there any update on this? We are seeing if we can start using the retry mechanism in our Java clients. Thanks. On Tuesday, November 6, 2018 at 11:19:35 AM UTC-8, Penn (Dapeng) Zhang wrote: > > Retry is already implemented (except hedging support) in v1.16.1, but > there is no

[grpc-io] Re: Grpc java retry documentation

2018-11-06 Thread 'Penn (Dapeng) Zhang' via grpc.io
Retry is already implemented (except hedging support) in v1.16.1, but there is no other document than the spec yet, because there are some caveats for the time being: (1) users need manage to disable census stats and tracing when enabling retry,(2) there are some caveats for using service

[grpc-io] Re: Grpc java retry documentation

2018-11-05 Thread David M
Also, is it possible to retry on DEADLINE_EXCEEDED like this: "retryableStatusCodes": [ "UNAVAILABLE", "RESOURCE_EXHAUSTED", "DEADLINE_EXCEEDED" ] On Monday, November 5, 2018 at 12:55:42 PM UTC-8, David M wrote: > > I am trying to find a document describing grpc java retry behavioral. >