Open
Description
Another good piece of advice from @zhang2014 :
Under heavy load, in order to distribute the workload to multiple client workers, the easiest way seems to be to spawn multiple workers and use an mpmc channel:
async_channel
Ref:
https://github.com/datafuselabs/databend/blob/main/common/meta/grpc/src/grpc_client.rs