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

google-cloud-nio: implement configurable retries/reopens #5306

Open
droazen opened this issue Oct 15, 2018 · 2 comments
Open

google-cloud-nio: implement configurable retries/reopens #5306

droazen opened this issue Oct 15, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@droazen
Copy link
Contributor

droazen commented Oct 15, 2018

The google-cloud-nio library should allow us to customize the errors that trigger a retry/reopen. Specifically, it should allow us to add additional http status codes to trigger a retry, as well as additional exception classes to trigger a reopen. It should be possible to either append to the existing defaults, or to replace the defaults completely with your own values.

@droazen
Copy link
Contributor Author

droazen commented Oct 15, 2018

For @jean-philippe-martin

@droazen droazen modified the milestones: Engine-Q42018, Engine-Q12019 Feb 4, 2019
@jean-philippe-martin
Copy link
Contributor

NIO can now do this, as of pull request #3869 (Nov 27, 2018). This is included in gcloud-java versions v0.73.0 onward.

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

No branches or pull requests

2 participants