chickenlj commented on code in PR #2502:
URL: https://github.com/apache/dubbo-go/pull/2502#discussion_r1399931282


##########
client/options.go:
##########
@@ -267,9 +273,9 @@ func WithLoadBalanceP2C() ReferenceOption {
        }
 }
 
-func WithLoadBalanceXDSRingHash() ReferenceOption {
+func WithLoadBalance(lb string) ReferenceOption {

Review Comment:
   Yes, I realize this is necessary when developing samples. This becomes 
especially useful when considering Dubbo's high extensibility, we need to make 
sure our API can support user self-extended LoadBalance policies.



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