zrlw commented on issue #13298: URL: https://github.com/apache/dubbo/issues/13298#issuecomment-1801450949
但是现在dubbo存放元数据中心的映射关系,"主键"只有接口名,问题是nacos-sync每个同步任务配置的servieName参数,当dubbo服务为应用级别注册时,只能配一个应用名,此时如果元数据中心提供从应用名查询全部接口名的功能,那么nacos-sync就能直接在目标集群建立对应的接口到应用名的映射关系了。 当然,修改nacos-sync加个表,手工去表里登记每个应用包含的接口名称也是个办法,不是不可以,只是人工管理起来可能存在风险,一部分元数据是dubbo注册时自动生成的,另一部分元数据手工维护,出现不一致时可能会导致生产出问题。 -- 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]
