Client channel pool/manager or thick clients? #1469
Unanswered
kyle-mccarthy
asked this question in
Q&A
Replies: 1 comment
-
There is the balance option but right now we don't have any automatic behavior. The balance feature should add more connections corresponding with load. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any implementations of a grpc channel manager? Ideally, once the underlying TCP connection becomes saturated, under the hood, the manager would spawn new connections based on predefined conditions.
My use case focuses on bidi streams, where the server can handle a higher load (at the same endpoint) but the connection has reached its limits.
Beta Was this translation helpful? Give feedback.
All reactions