dubbo-admin icon indicating copy to clipboard operation
dubbo-admin copied to clipboard

The ops and reference implementation for Apache Dubbo

Results 233 dubbo-admin issues
Sort by recently updated
recently updated
newest added

### Environment * Dubbo version: 2.7.7 * Java version: 1.8 按照dubbo官方文档使用外部化配置功能,发现外部化配置不生效。调试之后发现 dubbo-admin写配置的节点和dubbo客户端读配置的节点路径不一致,详情如下: ![image](https://user-images.githubusercontent.com/24663965/86198990-7f5ef800-bb8b-11ea-80e9-fc31f47b6d26.png) dubbo-admin写配置的节点路径 ![image](https://user-images.githubusercontent.com/24663965/86199209-15931e00-bb8c-11ea-8376-06cf1007fd4c.png) dubbo读配置的节点路径 ![image](https://user-images.githubusercontent.com/24663965/86199053-a5849800-bb8b-11ea-8e65-9dba5c918063.png) ### 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是什么意思? ![image](https://user-images.githubusercontent.com/34796404/93074009-58a65d00-f6b6-11ea-96b3-36a098c1f0ca.png) 最近发现一个问题 在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 $ ![image](https://user-images.githubusercontent.com/26595145/66252470-986a8200-e78e-11e9-9933-11f07fb8510a.png) ![image](https://user-images.githubusercontent.com/26595145/66252478-ab7d5200-e78e-11e9-9cea-5888db27b3ab.png) 请教这个怎么处理?

看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);