chickenlj commented on issue #9427: URL: https://github.com/apache/dubbo/issues/9427#issuecomment-1236076693
应用级服务发现中,几个主流注册中心(涵盖zookeeper、nacos)的 group (`dubbo.registry.group` )属性方式已经对齐。 3.0.10 版本之前的 group 属性是不生效的,而 3.1 版本之后,您可以配置 group 属性并实现注册数据软隔离。 如果您之前您的项目没使用过 group 则不用担心兼容性,如果项目中有配置 group,在升级 3.1 之前请注意兼容性问题: https://dubbo.apache.org/zh/docs3-v2/java-sdk/upgrades-and-compatibility/3.0-to-3.1-compatibility-guide/ -- 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]
