ztelur opened a new issue #366:
URL: https://github.com/apache/dubbo-go-pixiu/issues/366


   <!-- Please only use this template for submitting enhancement requests -->
   
   **What would you like to be added**:
   
   Add a load balance abstraction for invoking request to upstream servers.
   
   Now, `lb` is just a `cluster` parameter, and is used in `PickOneEndpoint ` 
function. That's difficult to implement complex load balance strategy.
   
   Refer to 
`https://github.com/mosn/mosn/blob/master/pkg/upstream/cluster/loadbalancer.go`
   
   **Why is this needed**:


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to