You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/20 01:48:42 UTC

[GitHub] ralf0131 commented on issue #562: 服务如何rebalance

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org