zrlw commented on issue #13298: URL: https://github.com/apache/dubbo/issues/13298#issuecomment-1801405183
现在nacos-sync配置的同步任务名称就是应用名称,比如app1,但nacos-sync并不知道app1有哪些接口,最直接的来源是能够从元数据中心获取应用名到接口的映射关系,否则dubbo服务在默认metadata-type=local的情况下,nacos-sync没办法自动在nacos目标集群元数据中心发布接口名到应用名的映射关系。 -- 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]
