nacos1.2.1+apache-dubbo2.7.7关于xml配置dubbo部分参数无效的问题
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
nacos1.2.1+apache-dubbo2.7.7
xml配置dubbo
服务注册:

配置中心:

元数据:

从上面三张图可以看出:
配置中心:
有效:dubbo.config-center.address=nacos://10.151.0.84:8848?namespace=bf693934-a81e-4466-92e7-d161d20fc119
无效 : dubbo.config-center.group=dubbo-dat
元数据中心:
无效: dubbo.metadata-report.address=nacos://10.151.0.84:8848?namespace=bf693934-a81e-4466-92e7-d161d20fc119
有效: dubbo.metadata-report.group=dubbo-dat
服务注册:
有效: dubbo.registry.address.nacos=nacos://10.151.0.84:8848?namespace=bf693934-a81e-4466-92e7-d161d20fc119
无效: dubbo.registry.group.nacos=dubbo-dat
Contributor guide
Research direction
Start by reproducing the XML configuration with Nacos 1.2.1 and Apache Dubbo 2.7.7, focusing on the registry, config-center, and metadata-report settings shown in the issue. Compare which address and group properties take effect, then verify the behavior against the corresponding Dubbo configuration documentation or tests. Done means the reported group and address values are applied consistently or the unsupported behavior is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100