apache / apache/dubbo-admin

dubbo 2.7以下如何使用接口测试功能

Open
#1,277 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
4.1k
Forks
2.2k
Avg merge
10d 12h
Merged PRs (30d)
4

Description

请问一下,我的 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

Contributor guide

Open the contributing guide

Research direction

Start with the README section describing application.properties, especially admin.config-center and the shown configuration-center entries. Confirm whether interface testing is supported below Dubbo 2.7 without an upgrade, then document where these settings belong and provide a verified configuration example or state the limitation.

Written by the indexing model from the issue text.

Assessment

Domain
backend, distributed-systems
Issue type
Documentation
Difficulty
2/5
Estimated time
Half a day
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.