lexburner commented on issue #2419: Server side loadbalance problem
URL: 
https://github.com/apache/incubator-dubbo/issues/2419#issuecomment-418224087
 
 
   I have reviewed your code and have a general understanding of your problem , 
here is my opinion (just consider me as a discusser ). 
   
   `pseudo cluster` of dubbo is a fresh definition occur to me, and the way to 
test loadbalance feature is also debatable. 
   
   Two implementations of `DemoService` may distinguish by `group` or `version` 
, otherwise these tow implementations are ambiguous. A crucial point to note is 
that dubbo can only consider `interface` as provider, if we don't distinguish 
manually.
   
   `loadbalance` feature may be considered as some providers deploy on 
different machines or different port at the same machine. Not the two 
implementations in one Spring IOC context.
   
   Maybe I misunderstand your expression, if so, let me know.
   

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