childe-dragon commented on issue #9468: URL: https://github.com/apache/dubbo/issues/9468#issuecomment-1000009239
经过了解基本明白了怎么做, 1.服务提供者注册信息时打上分组标识 2.服务消费者注册时也打上各自的分组标识 3.通过mesh路由界定流量入口和出口 尝试过程中发现如下问题: 1.dubbo.registry.simplified=true时,dubbo.application.parameters设置的参数(此处用于分组标识)在nacos元数据信息看不到,y应该是没有注册上去导致扩展参数信息丢失但是dubbo.registry.simplified=false情况下是完全正常的. 2.dubbo.registry.simplified=true时,应用级服务注册确实也在nacos看不到相关的注册信息,只有接口级别的注册信息 以上问题在dubbo.registry.simplified=false时均是正常能看到信息的 不知是我用法不正确还是别的什么原因导致的,仅供参考 -- 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]
