Reuse gRPC channels #779
Replies: 1 comment
-
|
It can handle multiple requests on a single connection in fact that is the only way it does it today: https://github.com/connectrpc/connect-es/blob/main/packages/connect-node/src/http2-session-manager.ts#L215 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Do we have this feature in the connect-es
My requirement is simple will it be able to handle multiple requests, possibly more than 10k+, to different microservices
gRPC implements something called channels to manage on a single connection to a service
Couldn't find anything relevant on the docs
For Ref:
https://learn.microsoft.com/en-us/aspnet/core/grpc/performance?view=aspnetcore-7.0#reuse-grpc-channels
Beta Was this translation helpful? Give feedback.
All reactions