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

🩹 Featrue of the list: [*] Optimize Documentation [+] Run with Docker Compose

Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies
javascript

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.0 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies
javascript

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.10.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

![26927b4a8c7fcea2dea9c610a1d265de](https://github.com/apache/dubbo/assets/36359060/6607dc3a-abcd-40be-940e-22ea5567a180) ![ea68bf7fd6e7c5ed3291e9820bdd089b](https://github.com/apache/dubbo/assets/36359060/40f44479-af0b-49ab-82c9-90d27e398ba4) ![b814d5db8d9ab7b9bc2bebf38b018de9](https://github.com/apache/dubbo/assets/36359060/6d87806f-8633-4ee1-8544-efee3e1d4fce) 启动命令:docker run -it --rm -v /data/dubbo-admin/dubbo-admin-server/src/main/resources/application.properties:/config -p 38080:38080 --network zk apache/dubbo-admin

k8s部署加载mysql驱动失败, mysql 5.7 ,下面是日志信息; SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/app.jar!/BOOT-INF/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/app.jar!/BOOT-INF/lib/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding...

dubbo-admin版本:0.6.0-release dubbo版本2.7.7(有问题!!) dubbo版本2.6.12(路由没问题) ![企业微信截图_17000488462365](https://github.com/apache/dubbo-admin/assets/36264224/b8315d04-f0de-4531-a45a-500d492e5cb5) ![企业微信截图_17000330892062](https://github.com/apache/dubbo-admin/assets/36264224/3c48e508-8d68-42cf-b49e-931d66a9a28c) 原因:可能org.apache.dubbo.admin.service.impl.RouteServiceImpl#getPath中获取的path和zk中实际路由的path不对导致条件路由无效 或者dubbo中org.apache.dubbo.registry.integration.RegistryDirectory#notify和dubboadmin中的路由注册到zk没对齐等

版本:dubbo-admin0.5.0 注册类型:应用级 部署环境:docker,集群部署 每次通过docker发布完提供者服务后,dubbo-admin后台未能更新服务消费者列表,上一次发布的docker容器ip依然在消费者列表中。这样就会导致dubbo-admin中同时出现了多个无效的消费者ip地址。 源码: ![WX20231103-181549](https://github.com/apache/dubbo-admin/assets/141603861/d363b8a2-11ce-4e26-9f58-99bb68425190) 这里会每小时进行全量订阅信息刷新,但是我在后台中还是一直能看到很多不正确的消费者ip地址。

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