AlexStocks commented on code in PR #2859:
URL: https://github.com/apache/dubbo-go/pull/2859#discussion_r2072498337


##########
registry/nacos/listener.go:
##########
@@ -176,7 +176,7 @@ func (nl *nacosListener) listenService(serviceName string) 
error {
        if nl.namingClient == nil {
                return perrors.New("nacos naming namingClient stopped")
        }
-       nl.subscribeParam = createSubscribeParam(serviceName, nl.regURL, 
nl.Callback)
+       nl.subscribeParam = createSubscribeParam(serviceName, 
nl.regURL.GetParam(constant.RegistryGroupKey, defaultGroup), nl.Callback)

Review Comment:
   这里写死 defaultGroup 不对吧?不应该是有外部用户设定的参数决定吗?



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