ralf0131 commented on issue #562: 服务如何rebalance URL: https://github.com/apache/incubator-dubbo/issues/562#issuecomment-406464591 Hi, if you new provider comes online, the address will be pushed to consumer, the consumer will do the load balance according to your load balance strategy. If the consumer decide to choose the new provider, it will establish connection to the new provider. Load balance will be done each time, but connection establishment will only be done once.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
