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

Allow retry on connection establishing exceptions #9098

Open
anthavio opened this issue Oct 20, 2021 · 1 comment
Open

Allow retry on connection establishing exceptions #9098

anthavio opened this issue Oct 20, 2021 · 1 comment
Assignees
Labels
priority: p4 type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@anthavio
Copy link

anthavio commented Oct 20, 2021

It is safe and desirable to retry when connection creation failed.
While BaseService.EXCEPTION_HANDLER is not referenced anywhere in java-core itself, it is used for example in googleapis/java-bigquery#1370, where copy of EXCEPTION_HANDLER is used to deal with connection exceptions.
This PR aims to bring this behavior into core library.
Pull Request googleapis/java-core#606

@Neenu1995 Neenu1995 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Oct 20, 2021
@suztomo suztomo transferred this issue from googleapis/java-core Feb 8, 2023
@suztomo
Copy link
Member

suztomo commented Feb 8, 2023

google-cloud-core is not a user-facing library. Which Google Cloud Java library you wish to have this retry?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p4 type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants