dubbo 2.7以下如何使用接口测试功能
- 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
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