LaurenceLiZhixin commented on a change in pull request #1560:
URL: https://github.com/apache/dubbo-go/pull/1560#discussion_r743628414



##########
File path: config_center/apollo/impl.go
##########
@@ -60,7 +60,7 @@ func newApolloConfiguration(url *common.URL) 
(*apolloConfiguration, error) {
        c.appConf = &config.AppConfig{
                AppID:            url.GetParam(constant.CONFIG_APP_ID_KEY, ""),
                Cluster:          url.GetParam(constant.CONFIG_CLUSTER_KEY, ""),
-               NamespaceName:    url.GetParam(constant.CONFIG_NAMESPACE_KEY, 
cc.DEFAULT_GROUP),
+               NamespaceName:    url.GetParam(constant.CONFIG_NAMESPACE_KEY, 
cc.DefaultGroup),

Review comment:
       这个Group可否作为一个配置项




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