-
Notifications
You must be signed in to change notification settings - Fork 54
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
HttpJson Unary Callables not following RetrySetting's TotalTimeout value #1504
Comments
I believe a possible fix to this is in the
|
I believe gRPC ClientCallsImpl.java does the same thing:
|
Issue with this approach is that the |
Instead, I think the better option is to mimic the gRPC implementation by adding a separate scheduler to invoke |
Sample Code run against Gapic-Showcase:
Initialize the Echo Client
Make the call:
Error Message:
The text was updated successfully, but these errors were encountered: