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

Add method for set use local subchannel pool feature #565

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

blacktear23
Copy link
Contributor

As default configuration gRPC will reuse TCP connections to each gRPC server what ever how many channel instance created. This PR will introduce a method to set grpc.use_local_subchannel_pool settings to let channel instance use it's own connection pool.

BusyJay
BusyJay previously approved these changes Mar 21, 2022
Signed-off-by: yulai.li <blacktear23@gmail.com>
Signed-off-by: yulai.li <blacktear23@gmail.com>
@blacktear23
Copy link
Contributor Author

@BusyJay is there someone else can review this PR?

@BusyJay BusyJay requested a review from hunterlxt April 2, 2022 13:55
@hunterlxt hunterlxt requested a review from BusyJay April 11, 2022 05:25
@BusyJay BusyJay merged commit 9d5dd69 into tikv:master Apr 11, 2022
@blacktear23
Copy link
Contributor Author

@BusyJay will you create a new release version for this PR?

@BusyJay
Copy link
Member

BusyJay commented Apr 11, 2022

Sure, I will wait till this Friday.

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.

3 participants