guangweifan commented on issue #12824: URL: https://github.com/apache/dubbo/issues/12824#issuecomment-1671370302
> `group` 这个属性在 registry、config、metadata 里面都是不清晰的,按照标准的设计上 `group` 应该更像是 namespace 的一个纬度,但是 `namespace` 这个参数又已经存在了,所以使用上很容易出非预期的场景。 因此这种 case 下最好的模型是直接使用 `namespace` 疑惑点是使用nacos作为配置中心的前提下, 应用特有外部化配置。配置了namespace和group,但是实际情况group并没有使用配置的group值,而是读取了namespace下group值默认为dubbo.application.name的相关配置文件 -- 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]
