zrlw commented on issue #15305: URL: https://github.com/apache/dubbo/issues/15305#issuecomment-2994150037
https://github.com/apache/dubbo/pull/15476 might solve your issue, the reason that this issue is not existed on zookeeper is ```ZookeeperMetadataReport``` does not check service mapping listener is duplicated or not, but ```NacosMetadataReport``` did it. but i suggest that you might create your each reference only once time, taking repeated listeners for the same service is totally redundant, it will just occupy more resources and has no more profit than on listener. -- 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]
