zrlw opened a new issue, #13293: URL: https://github.com/apache/dubbo/issues/13293
版本: 1.dubbo:3.2.7 2. nacos: 2.3.0-BETA 应用配置: dubbo.provider.tag=XXX # 我们基于dubbo.tag进行路由 dubbo.application.register-mode : instance # 只采用应用级别注册方式 问题: 1. nacos注册中心的服务实例各个instance里并没有dubbo.tag:因为InstanceRequest注册请求对象里面并没有包含dubbo.tag; 2. nacos注册中心的配置列表里的相关接口方法元数据里只有最后一个注册服务实例的dubbo.tag,因为ConfigPublishRequest发布dubbo元数据是覆盖配置内容的方式。 建议: InstanceRequest里包含dubbo.tag -- 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]
