carryxyh commented on issue #898: 【疑问】服务端服务级别的负载均衡是什么意思?
URL: https://github.com/apache/incubator-dubbo/issues/898#issuecomment-406231083
 
 
   The loadbalance in provider will overwrite in consumer if loadbalacne don't 
config in consumer. :)
   For ex:
   consumer side : <dubbo:reference .../>
   provider side : <dubbo:service loadbalance="leastactive" .../>
   Then, consumer will use LeastActiveLoadBalance to select invoker.
   

----------------------------------------------------------------
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]

Reply via email to