fix: provide API to share the same background executor for channel po… by mutianf · Pull Request #4030 · googleapis/sdk-platform-java
This was referenced
Jan 5, 2026lqiu96 pushed a commit that referenced this pull request
Feb 12, 2026#4030) …ol resizing and refresh Before this change ChannelPool creates a new SingleThreadScheduledExecutor every time getTransportChannel is called. We can reuse the same background executor from the clientSettings and can reduce the number of threads when the user creates many instances of the client. --------- Co-authored-by: Blake Li <blakeli@google.com>
chingor13 pushed a commit to googleapis/google-cloud-java that referenced this pull request
Mar 24, 2026This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters