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

mvn clean package dubbo-admin\dubbo-admin-server时报错 [ERROR] Failed to execute goal on project dubbo-admin-server: Could not resolve dependencies for project org.apache.dubbo:dubbo-admin-server:jar:0.7.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.dubbo:dubbo-admin-ui:jar:0.7.0-SNAPSHOT (absent): org.apache.dubbo:dubbo-admin-ui:jar:0.7.0-SNAPSHOT was...

我的dubbo-admin 是最新版的前后端分离的。再权重调整处添加应用粒度的规则。提示添加成功。但是该应用的控制台并没有任何的打印输出。查看该服务详情权重并没有被更改。使用服务粒度便可以设置成功,应用控制台有日志提示。 附上配置详情 ![image](https://user-images.githubusercontent.com/37830965/64514326-ff765180-d31c-11e9-94f0-8cccc551aa1e.png) 附上该provider 应用的配置文件 ![image](https://user-images.githubusercontent.com/37830965/64514417-246ac480-d31d-11e9-96f2-bb673bdf7541.png)

Dubbo-Desktop-Manager是一个Dubbo的桌面管理软件,它类似是dubbo-admin的桌面版本 Github:https://github.com/qiaolin-li/dubbo-desktop-manager 下载地址:https://github.com/qiaolin-li/dubbo-desktop-manager/releases 功能简介 支持多数据源( zookeeper、nacos、dubbo-admin或dubbo-admin相同协议的服务) 支持服务服务提供者和消费者展示、服务接口收藏、接口调用历史、 服务启用、禁用、配置编辑、服务Telnet 支持服务调用(目前已支持dubbo、http等协议)、快捷生成invoke命令、支持方法填充(历史参数、默认参数)

请问一下,我的 dubbo版本是 2.7 以下的,有什么办法可以不升级dubbo使用到测试 dubbo接口功能吗,我看到 readme有写这个,但是没看懂写的啥意思,配置要配在哪里啊。 application.properties配置项说明 admin.config-center 推荐使用,配置中心地址,比如admin.config-center="zookeeper://127.0.0.1:2181" 需要在配置中心中,配置注册中心和元数据中心地址配置格式如下: zookeeper path: /dubbo/config/dubbo/dubbo.properties content: dubbo.registry.address=zookeeper://127.0.0.1:2181 dubbo.metadata-report.address=zookeeper://127.0.0.1:2181

启动dubboApplication的时候遇到报错。以前启动的时候是没有问题的,现在启动就报错了 ![6`5UOHJV$0VL_9$ZJJVA7@5](https://github.com/apache/dubbo-admin/assets/108609453/e416595d-e121-4099-8ba9-af3c2a23efe7) ![FLJ_RU 2$JF`_MGD%IM{68F](https://github.com/apache/dubbo-admin/assets/108609453/dad9ce7d-b498-420f-8334-a37a342dbae4)

- [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...

依赖及其版本: duboo-spring-boot-starter:3.3.0-beta.5 dubbo-registry-nacos:3.3.0-beta.5 dubbo-configcenter-nacos:3.3.0-beta.5 因为dubbo3的新特性 会同时向注册中心注册应用级服务发现和接口级服务发现 因此 springboot项目基于dubbo3+nacos2服务注册发现之后,nacos中出现一个以应用名为服务名的应用级服务 以及 一个以接口全类名为服务名的接口级服务,并且远程调用测试通过。 但是duboo-admin控制台只找到了以接口全类名为服务名的接口级服务,没有找到对应的应用级服务 请问有遇到过这个问题的大佬吗 求指教!!!! ![image](https://github.com/user-attachments/assets/97e58e50-5b4a-4090-95ef-6bc1420dd14e) ![image](https://github.com/user-attachments/assets/22125f0a-ee8a-4b44-adcd-410e0b9efcd9) ![image](https://github.com/user-attachments/assets/b4de06dc-f108-42bc-b997-bac95a0e7363) dubbo-admin自带的测试接口,duboo-admin控制台却找到了应用级+接口级服务 为什么呢????

## What is the purpose of the change Every time I use `npm install` I get an error Even if I run `npm install --registry=http://registry.npmmirror.com`it will also report an error...

- [ ] 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...