We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用docker 搭建的dubbo-admin 1、在dubbo-admin中依次点击服务治理-标签路由-创建 2、添加官方标签路由示例
configVersion: v3.0 force: true enabled: true key: shop-detail tags: - name: gray match: - key: env value: exact: gray
3、点击保存后提示成功 4、在次编辑该标签路由显示结果:
enabled: true force: true runtime: false tags: - name: gray addresses: null
The text was updated successfully, but these errors were encountered:
直接去改配置中心吧,这个管理后台约束做的太严格了
Sorry, something went wrong.
@liujia13142324感谢您的回复,直接在配置中心修改是一个不错的方式,同时意味着后续编辑仅支持在配置中心操作,因为dubbo-admin获取配置时做了严格的格式限制,进而导致异常,如下图所示: nacos注册中心标签路由配置:
dubbo-admin
nacos
enabled: true force: true key: platform-service priority: 0 runtime: false tags: - name: gray match: - key: env value: exact: gray
No branches or pull requests
Environment
Steps to reproduce this issue
使用docker 搭建的dubbo-admin
1、在dubbo-admin中依次点击服务治理-标签路由-创建
2、添加官方标签路由示例
3、点击保存后提示成功
4、在次编辑该标签路由显示结果:
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: