AlbumenJ commented on issue #11174: URL: https://github.com/apache/dubbo/issues/11174#issuecomment-1359447520
由于 2.7.4 以前的 Nacos 注册存在设计缺陷,在 2.7.4 之前的版本在 version 或者 group 为 null 的时候,会忽略中间的 `:` 注册。导致可能出现多个服务在 nacos 上面的服务名一样的情况。在 2.7.4 以后强制所有 `:` 都会注册,监听的时候两个版本的都会监听以保持兼容。 因此,2.7.4 及以后的客户端支持所有版本的 provider,2.7.4 及以后的服务端仅支持 2.7.4 以后的服务端。 **注:如果 version 和 group 都不为 null 时,所有版本互通都无问题。** -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org