wukaixian opened a new issue, #13371: URL: https://github.com/apache/dubbo/issues/13371
` <dubbo:registry id="regA" address="nacos://127.0.0.1:8848?namespace=a" register-mode="instance"/> <dubbo:registry id="regB" address="nacos://127.0.0.1?namespace=b" register-mode="instance"/> ` 如上面代码所示,服务向nacos的两个命名空间注册,服务注册可以正常注册,但元数据只会注册到其中一个命名空间,导致另一个空间订阅时,无法启用应用级服务发现(需要mapping元数据支持),请问如何实现向多个注册中心上报元数据? -- 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]
