dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
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 是最新版的前后端分离的。再权重调整处添加应用粒度的规则。提示添加成功。但是该应用的控制台并没有任何的打印输出。查看该服务详情权重并没有被更改。使用服务粒度便可以设置成功,应用控制台有日志提示。 附上配置详情  附上该provider 应用的配置文件 
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的时候遇到报错。以前启动的时候是没有问题的,现在启动就报错了  
- [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...
As Title
依赖及其版本: 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控制台只找到了以接口全类名为服务名的接口级服务,没有找到对应的应用级服务 请问有遇到过这个问题的大佬吗 求指教!!!!    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...