dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
### Environment * Dubbo version: 2.7.7 * Java version: 1.8 按照dubbo官方文档使用外部化配置功能,发现外部化配置不生效。调试之后发现 dubbo-admin写配置的节点和dubbo客户端读配置的节点路径不一致,详情如下:  dubbo-admin写配置的节点路径  dubbo读配置的节点路径  ### Steps to reproduce this issue 要重现这个问题很简单,正常操作就可以了: 1. 在项目里面配置 config-center 2. 在 dubbo-admin...
- [x] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository and believe...
大佬,您好!想请问一下,dubbo-admin 2.6 这里的动态配置 disable=false或者true是什么意思?  最近发现一个问题 在dubbo-admin上面禁用服务之后,只要是disable=true,服务就禁用不了.动态配置为空或者disable=false才能禁用.
dubbo版本:2.7.3 注册中心:zk 问题: 1、rest服务仅是消费者服务,无法在服务查询中展示 2、同一个接口分组,分版本,在服务查询中也不展示 下图是老版本的admin展示,新版本无法展示,请问出于什么考虑呢? 如果需要可以附上demo地址
是否支持Redis作为注册中心
System Error, please try again later! Message:java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $   请教这个怎么处理?
看dubbo-monitor-simple已经加到这个repo里的,但是master分支还在refactor。后续dubbo-monitor-simple是会在这个repo里维护吗?还是在dubbo的repo里?谢谢!
[https://hub.docker.com/r/apache/dubbo-admin](https://hub.docker.com/r/apache/dubbo-admin) The last update was a year ago. Please update, thanks.
我在MetricsFilter里面发现有采集这个指标的地方,但是在datastore里面线程池一直为空,这个需要怎么做才能有数据呢? DataStore dataStore = ExtensionLoader.getExtensionLoader(DataStore.class).getDefaultExtension(); Map executors = dataStore.get(EXECUTOR_SERVICE_COMPONENT_KEY);