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

Support for retries

Open ericdudley opened this issue 5 years ago • 2 comments

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.

ericdudley avatar Nov 07 '19 18:11 ericdudley

+1

loeffel-io avatar Dec 06 '22 16:12 loeffel-io

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.)

sampajano avatar Dec 06 '22 23:12 sampajano