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 2022/11/09 03:27:04 UTC

[GitHub] [dubbo-rust] mozhou-tech opened a new issue, #57: [Task] The load balance crate

mozhou-tech opened a new issue, #57:
URL: https://github.com/apache/dubbo-rust/issues/57

   With corresponding to Dubbo-java load balance module, load balance has 5 kind of load balance algorithm to implement:
   
   1. Random
   2. RoundRobin
   3. ShortestResponse
   4. LeastActive
   5. ConsistentHash


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [dubbo-rust] chickenlj commented on issue #57: [Task] The load balance crate

Posted by GitBox <gi...@apache.org>.
chickenlj commented on issue #57:
URL: https://github.com/apache/dubbo-rust/issues/57#issuecomment-1309624733

   > 
   
   `service_discovery` can be used for developing this feature


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [dubbo-rust] mozhou-tech commented on issue #57: [Task] The load balance crate

Posted by GitBox <gi...@apache.org>.
mozhou-tech commented on issue #57:
URL: https://github.com/apache/dubbo-rust/issues/57#issuecomment-1308163596

   Create a new independent develop branch for me, thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [dubbo-rust] mozhou-tech commented on issue #57: [Task] The load balance Module

Posted by GitBox <gi...@apache.org>.
mozhou-tech commented on issue #57:
URL: https://github.com/apache/dubbo-rust/issues/57#issuecomment-1311389425

   > 
   
   May i shoud take more aggressiveness for the developping.
   If any mistake occur, please let me known.  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [dubbo-rust] chickenlj commented on issue #57: [Task] The load balance crate

Posted by GitBox <gi...@apache.org>.
chickenlj commented on issue #57:
URL: https://github.com/apache/dubbo-rust/issues/57#issuecomment-1309625071

   Let me know if you have other concerns.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [dubbo-rust] mozhou-tech commented on issue #57: [Task] The load balance crate

Posted by GitBox <gi...@apache.org>.
mozhou-tech commented on issue #57:
URL: https://github.com/apache/dubbo-rust/issues/57#issuecomment-1308161447

   For some senario, load balance refering to response time in ShortestResponse algorithm and server address information like post, host in ConsistentHash algorithm. 
   
   The question is related basic struct is not implemented in dubbo crate yet, and it counterpart to `Invoker`,`URL` and `URLAddress` in java version.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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