JayeShen opened a new issue #9188: URL: https://github.com/apache/dubbo/issues/9188
### Environment * Dubbo version: 2.7.12 * Operating System version: window10 * Java version: 1.8 使用dubbo-admin-0.3.0设置的标签路由规则路径为 /dubbo/dev/config/dubbo/gh-demo.tag-router 项目中监听的路径为: /dubbo/config/dubbo/gh-demo.tag-router,导致标签路由规则不生效 主要原因是dubbo-admin设置标签路由会带上registy.group,也就是环境,例如dev 但是dubbo-2.7.12中tagRoute的监听类将group没有动态取值,而是取了一个枚举值:dubbo,导致无法使用registy.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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org