zrlw commented on issue #13298:
URL: https://github.com/apache/dubbo/issues/13298#issuecomment-1794465212

   调用```nacosNamingService#getAllInstances(serviceName,  groupName, new 
ArrayList<>(), 
true)```从nacos源集群获取指定应用名的实例数据里没有接口到应用的映射关系,只是个半成品,同步到目标集群也不能被目标集群的消费者使用(缺少映射关系,dubbo
 consumer没办法确定相关rpc接口要去调用哪个应用):
   
![image](https://github.com/apache/dubbo/assets/40652892/b14ed35c-8c2d-4ee2-8d58-57ffb0cef6d0)
   还需要从源集群的元数据中心拉取接口到应用名的接口关系,将其发布到目标集群的元数据中心。


-- 
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]

Reply via email to