ghghhh commented on issue #9661: URL: https://github.com/apache/dubbo/issues/9661#issuecomment-1157383663
 问题大概找到了,是nacosListener的问题,NacosInstanceManageUtil.initOrRefreshServiceInstanceList(serviceName, instances);这一行的serviceName其实是一直不变的,一个url生成2个服务名,比如TestService::和TestService,而这2个服务用的nacosListener是同一个并且serviceName=TestService::。 -- 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]
