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的配置管理被修改了,连接的zookeeper集群地址写错,导致应用调用dubbo服务,连接了错误的zookeeper集群地址。 目前dubbo admin只有root权限的账号,而开发需要查看dubbo的连接信息,建议新增一个guest用户,用于只读。
win10 jdk8 dubbo-admin 0.4.0 正常打包 java -jar dubboxxxx.jar 报 zookeeper not connect
2022-02-24 17:33:28.417 INFO 20832 --- [ main] o.a.d.r.zookeeper.ZookeeperRegistry : [DUBBO] Notify urls for subscribe url dubbo://192.168.56.1/com.ghy.www.api.IService1?application=my-zookeeper-consumer&background=false&category=providers,configurators,routers&dubbo=2.0.2&interface=com.ghy.www.api.IService1&logger=slf4j&metadata-type=remote&methods=getHello&pid=20832&qos.enable=false&release=3.0.5&side=consumer&sticky=false×tamp=1645695208396, url size: 3, dubbo version: 3.0.5, current host: 192.168.56.1 2022-02-24 17:33:28.418 WARN 20832 ---...
- [ ] 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...
### Environment * Dubbo Admin version: 0.4.0 * Java version: 1.8.0_301 * nacos server version: 2.0.3 ### Steps to reproduce this issue 1. dubbo-admin-server模块使用的nacos-client版本是2.0.2,启动时无法注册到nacos,把nacos-client版本升级到2.0.3还是没办法注册,改成1.4.2版本就可以成功注册上去
it neet jdk1.8 or more? the error tip me: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project dubbo-admin-server: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps...
### Environment * Dubbo version: 2.7.7 * Java version: 1.8 按照dubbo官方文档使用外部化配置功能,发现外部化配置不生效。调试之后发现 dubbo-admin写配置的节点和dubbo客户端读配置的节点路径不一致,详情如下:  dubbo-admin写配置的节点路径  dubbo读配置的节点路径  ### Steps to reproduce this issue 要重现这个问题很简单,正常操作就可以了: 1. 在项目里面配置 config-center 2. 在 dubbo-admin...
dubbo-admin ui 登陆后出现strict-origin-when-cross-origin