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

在使用dubbo和nacos中,我想把dubbo-admin可视化集成进来,但是发现一个问题,就是在配置完,在dubbo-admin没有接口显示,下面是我详细的配置。 配置端: # 内置配置 不允许修改 如需修改请在 nacos 上写相同配置覆盖 dubbo: application: logger: slf4j # 元数据中心 local 本地 remote 远程 这里使用远程便于其他服务获取 metadataType: remote # 可选值 interface、instance、all,默认是 all,即接口级地址、应用级地址都注册 register-mode: instance service-discovery: # FORCE_INTERFACE,只消费接口级地址,如无地址则报错,单订阅...

将vue项目打包进resources/static目录下

系统环境:MacOS M1芯片 Maven:3.6.3 JDK:1.8 本机Node:12.22.12 构建错误截图: ![](http://106.53.108.136:8090/upload/image-ezuu.png)

rpc服务是使用dubbo3.0.12,服务使用triple协议交互 nacos-client使用2.1.1,nacos-server使用2.1.1 dubbo-admin 0.5.0 在dubbo-admin中进行接口测试的时候一直报错 "System Error, please try again later! Message:Failed to check the status of the service com.pub.chat.live.chat.userstatus.proto.LiveChatUserStatus. No provider available for the service com.pub.chat.live.chat.userstatus.proto.LiveChatUserStatus from the url...

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

- [√] 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 and believe...

dubbo-admin:0.5.0 dubbo:3.2.2 nacos: 2.1.0 dubbo-admin配置 ``` admin.registry.address=nacos://127.0.0.1:8848/?namespace=dubbo&group=DEFAULT_GROUP&username=nacos&password=nacos&registry-type=service admin.config-center=nacos://127.0.0.1:8848/?namespace=dubbo&group=DEFAULT_GROUP&username=nacos&password=nacos admin.metadata-report.address=nacos://127.0.0.1:8848/?namespace=dubbo&group=DEFAULT_GROUP&username=nacos&password=nacos ``` ![图片](https://github.com/apache/dubbo-admin/assets/26700791/f4bc3150-3c9a-4062-ba6f-d7a663b7fffb)

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies
java

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.2.8 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies
java

配置动态规则如下:发现dubbo-admin项目的接口里 对应的 param参数根本不会接受,不会生效,和dubbo 的文档不一致 configVersion: v2.7 scope: application application: dubboDemo configs: - side: provider match: param: - key: version value: exact: v2 parameters: weight: 25