AlbumenJ commented on issue #10393: URL: https://github.com/apache/dubbo/issues/10393#issuecomment-1272713153
这一块看了下 2.7 里面是会存在 serviceName 覆盖的问题的,3.0 及以后的版本是有以 serviceName 作为 key 的,应该没这个问题。 2.7 版本目前已经进行仅安全维护阶段了,bugfix 只会在 3.0 3.1 分支中进行了。 https://github.com/apache/dubbo/blob/15f4a7d7cbbd4ba1c580f4c3673b2854cef52f0b/dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/NacosRegistry.java#L137 -- 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]
