How to specify rpc queue size when use wait_for_ready in grpc-python
Asked
Active
Viewed 350 times
1 Answers
0
gRPC Python doesn't really have a buffer queue layer. Only gRPC Java has similar concept. The wait-for-ready applies to individual RPC but doesn't restrict other RPCs' behavior.

Lidi Zheng
- 1,801
- 8
- 13