marsevilspirit commented on code in PR #2868:
URL: https://github.com/apache/dubbo-go/pull/2868#discussion_r2084651232
##########
server/options.go:
##########
@@ -150,6 +155,12 @@ func WithServerLoadBalance(lb string) ServerOption {
}
}
+func WithServerWeight(weight int64) ServerOption {
Review Comment:
去除serviceConfig中的weight字段
使用registryConfig重点weight字段,这样更合理
##########
server/options.go:
##########
@@ -150,6 +155,12 @@ func WithServerLoadBalance(lb string) ServerOption {
}
}
+func WithServerWeight(weight int64) ServerOption {
Review Comment:
去除serviceConfig中的weight字段
使用registryConfig中的weight字段,这样更合理
--
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]