here is gateway as gRPC-go client to proxy all request to gRPC server , In 
high concurrency or high QPS benchmark, addrConn soon reach the limitation 
of number of concurrent HTTP2 streams (e.g. 1000) though clientConn is 
multiplexed . Is any best practice about handle multi-addrConn to 
same-endpoint to improve concurrentcy and performace ? 

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d5bcde7f-b20e-40eb-b4ad-658fc16d63b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to