egolearner opened a new issue, #2926:
URL: https://github.com/apache/brpc/issues/2926

   我们使用grpc协议,client通过一个命名服务返回后端的若干个服务器,grpc在brpc中是单连接模式。
   
   
在后端扩容时,brpc是否会自动连接新的服务器?还是只有在已有连接异常时,才会重新从命名服务获取服务器并建立连接?如果是后者的话,开发者可以做些什么来实现后端扩容时的负载均衡?使用pooled连接池是否有帮助?
   
   谢谢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to