dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository...
dubbo admin 不支持使用 kubernetes API Server 做注册中心, 近期是否有支持计划?
- [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...
The application is completely normal in version 0.5.0. ``` 2024-02-04 07:42:19.823 WARN 7 --- [erverWorker-5-2] o.a.d.remoting.transport.AbstractServer : [DUBBO] All clients has disconnected from /192.168.219.98:20880. You can graceful shutdown now., dubbo...
To maintain project cleanliness, I will refactor the directories `charts` `docker` and `kubernetes` by removing unnecessary content.
 消费者归属应用是unknown,实际找到这些 ip 的时候这些应用已经设置过dubbo.application.name了 注册中心是 nacos
### Environment * dubbo admin version:0.6.0 * dubbo go version: 3.3.1 (triple, grpc) * register center: zookeeper ### go config ```go rootConfigBuilder := config.NewRootConfigBuilder() cb := rootConfigBuilder. SetApplication(config.NewApplicationConfigBuilder(). SetName(dubboName). Build(),...
0.6.0 到底适配哪个dubbo版本?启动以后很多功能都不能用。很头大
服务端dubbo 是2.7.7 的版本,使用的dubbo admin 是3.0.2的版本 接口文档功能在请求服务端的时候会出现may be version or group mismatch 错误,请问哪个版本是支持2.7.7的