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/09/04 02:37:42 UTC

[GitHub] lexburner commented on issue #2419: Server side loadbalance problem

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