-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Does gRPC retry mechanism work and if so, where am I wrong? #5724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you make sure your service config JSON object is correct? The service name "client" does not look right. It should match the service name in proto definition. |
@dshylov How did you test the retry behavior? Are you using |
@voidzcy
|
You service name still does not look right. It should be the full name of the service, which is |
@voidzcy |
@dshylov |
Thanks for the explanation @voidzcy |
What version of gRPC are you using?
1.20
What did you expect to see?
I'm trying to figure out how to set up custom retry mechanism. After looking at A6-client-retries and searching through github/google I didn't find any real examples/explanations. So I think that I missed some notable thing.
So, I try to create a client connection with a retry mechanism. Like:
And client behavior doesn't change.
Could anybody get me an advice/example or move me in the right direction?
The text was updated successfully, but these errors were encountered: