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

gRPC connection pooling grpcconn #178

Merged
merged 2 commits into from
Sep 25, 2023
Merged

gRPC connection pooling grpcconn #178

merged 2 commits into from
Sep 25, 2023

Conversation

Baliedge
Copy link
Collaborator

@Baliedge Baliedge commented Sep 22, 2023

grpcconn automates gRPC Connection pooling. This is necessary for use cases requiring frequent stream creation and high stream concurrency to avoid reaching the default 100 stream per connection limit.

@Baliedge Baliedge requested a review from a team September 22, 2023 15:37
@Baliedge Baliedge merged commit d52ca92 into master Sep 25, 2023
4 checks passed
@Baliedge Baliedge deleted the Baliedge/grpcconn branch September 25, 2023 13:48
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.

2 participants