问题
I'm just curious,
- Does a sync gRPC server supports connection from multiples clients?
- If not, and the async ones does?
- And combination of async server/sync client? is even possible?
回答1:
Yes, synchronous gRPC supports multiple connected clients out of the box. I have personally tested with up to 2000 simultaneously connected clients to an microservice written in Go exposing a single API.
来源:https://stackoverflow.com/questions/45486733/simultaneous-grpc-clients-sync-async-server