grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.59k stars 763 forks source link

Support for retries #677

Open ericdudley opened 4 years ago

ericdudley commented 4 years ago

Is there any plans to implement a retry option for gRPC calls?

When working with an API that requires the usage of retries, it would be useful to have a built in option.

loeffel-io commented 1 year ago

+1

sampajano commented 1 year ago

Thanks for the interest!

Retry can in general be implemented as an interceptor.

Please take a look at that option and see if it works for you. (We might be able to provide some example implementations if necessasry, as some internal teams have created their own retry interceptors too.)