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

Consolidate channel pool config in the GcpChannelPoolOptions. #109

Merged
merged 1 commit into from Jan 5, 2022

Conversation

nimf
Copy link
Collaborator

@nimf nimf commented Dec 9, 2021

Start moving channel pool related configuration into GcpChannelPoolOptions
inside GcpManagedChannelOptions.

Deprecate previous locations of pool config.

Currently, we have several places to define max pool size, and we have a new
pool related config options to come in the following PRs.

We want to have a single place to define pool-related configuration. We will
keep ApiConfig as a configuration for API methods only and move everything else
into GcpManagedChannelOptions.

/cc @wenbozhu

Start moving channel pool related configuration into GcpChannelPoolOptions
inside GcpManagedChannelOptions.

Deprecate previous locations of pool config.

Currently, we have several places to define max pool size, and we have a new
pool related config options to come in the following PRs.

We want to have a single place to define pool-related configuration. We will
keep ApiConfig as a configuration for API methods only and move everything else
into GcpManagedChannelOptions.
@nimf nimf merged commit 3933b7b into GoogleCloudPlatform:master Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants