childe-dragon commented on issue #9480: URL: https://github.com/apache/dubbo/issues/9480#issuecomment-1000891027
已经解决了,比较无奈,服务提供方、消费方以及mesh的规则配置都没什么问题.翻了3.0.4 cluster里route里的源码,发现从配置中心拉取数据时候nacos的group硬编码为dubbo,而dubbo-admin配置的group是DEFAULT_GROUP导致写入nacos的规则group自然是DEFAULT_GROUP,进而在消费端拉取规则配置是拉取不到的. 个人建议这个group最好能与项目中dubbo配置中心的group保持一致[dubbo.config-center.group],这样无论是dubbo的配置还是路由、限流等group都一致,会避免很多的麻烦。 -- 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]
