googleapis / googleapis/google-cloud-java
Allow retry on connection establishing exceptions
Open
priority: p4
type: feature request
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
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 https://github.com/googleapis/java-bigquery/pull/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 https://github.com/googleapis/java-core/pull/606
Contributor guide
Assessment
This issue has not been assessed yet.