WeiYan-Lynn opened a new issue, #2809: URL: https://github.com/apache/brpc/issues/2809
背景:当前我们环境的组网是,多个server上面接了一个elb,用来进行负载均衡以及对client屏蔽server节点的增删 在这种场景下,我们的服务即client,是通过链接elb来链接server的,因为当前brpc只支持单链接形式,所以即使初始化channel多次,也只建立一个到该elb 地址的链接,又因为是h2,只会在一个链接的基础上多路复用,所以elb只会对一个sever建立链接。 基于此,一个client实际只和一个sever进行了链接,其他server都处于空闲状态 诉求:是否可以通过多次初始化建立多个到相同地址的h2:grpc链接,或者支持连接池模式, -- 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