googleapis / googleapis/google-cloud-java
[sdk-platform-java] Allow overriding the executor for only the async calls
Open
priority: p3
type: feature request
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
Gax currently allows customers to specify a custom executor that will be used for both background and async calls. We want to modify Gax so that it can allow customers to specify a custom executor to be used for only the async calls.
This should benefit the customer as our default executors may not be as performant as they like. Customers are expected to manage the lifecycle of their custom executor.
Contributor guide
Assessment
This issue has not been assessed yet.