chickenlj commented on issue #9681:
URL: https://github.com/apache/dubbo/issues/9681#issuecomment-1082603992
> private ConfigCenterConfig registryAsConfigCenter(RegistryConfig
registryConfig) {
...
// is it possible a misset?
cc.setNamespace(registryConfig.getGroup());
...
}
Actually, it's a legacy issue and we do this mainly for compatibility
purposes. `group` was designed in Registry to work for almost the same purpose
as `namespace` in most config center products, for example, Nacos. Nacos has
both `namespace` and `group`, with `namespace` being used as a concept to
isolate two totally different users or environments while `group` being used as
a method to further group configuration items within the same `namespace`.
--
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]