Skip to content
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

Retry setting should be applied when an IOException is thrown #3291

Closed
geoand opened this issue Jul 1, 2021 · 2 comments · Fixed by #3293
Closed

Retry setting should be applied when an IOException is thrown #3291

geoand opened this issue Jul 1, 2021 · 2 comments · Fixed by #3293
Milestone

Comments

@geoand
Copy link
Contributor

geoand commented Jul 1, 2021

#3164 introduced support for retry setting when certain HTTP 5XX responses are received from the client in order to deal with transient failures.
In the same spirit, it makes sense to use the same settings to handle IOExceptions that can be thrown for example when an application tries to contact the API server via a sidecar that has not come up yet.

@attilapiros
Copy link
Contributor

Today I have a few hours at my computer and started to working on this.
Thanks @geoand for creating the issue!

@geoand
Copy link
Contributor Author

geoand commented Jul 2, 2021

Great, thanks 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants