dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
nacos为注册中心,dubbo-admin展示数据不全,好像nacos对于总条数有100的限制
1、项目dubbo版本3.0.7 2、dubbo-admin版本 0.0.4 3、nacos-client版本2.0.4 发现问题: 服务列表正常,服务可以正常看到 点击详情就是提示这个问题  项目中配置了 register,metadata-report都可以正常在nacos服务列表看到数据 就是dubbo-admin看不到元数据
一旦自动注册了org.apache.dubbo.mock.api.MockService,则20880端口被它占用了, 我的服务提供者启动就报错。
能给些相关的整合zookeeper和dubbo-admin-devevlop的相关依赖吗?
- [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...
为什么0.4.0版本要使用这个端口呢,太不方便了,我要把服务提供者的端口改成其它的。
The branch of 0.2.0 is master-0.2.0. If your PR is to solve the problem of 0.2.0, please submit the PR to it. Please do not create a Pull Request without...
- [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...
看不到消费者
现在看不到消费者能解答下吗
### Environment * Dubbo Admin version: 0.3.0 and 0.4.0 * Operating System version: mac os 12.4 * Java version: 1.8.0_241 ### Steps to reproduce this issue 1. using the ApiDocs...