apache / apache/dubbo

nacos1.2.1+apache-dubbo2.7.7关于xml配置dubbo部分参数无效的问题

Open
#6,238 0 comments 1 reaction 0 assignees View on GitHub
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



服务注册:
![image](https://user-images.githubusercontent.com/53166168/83116238-14d71a00-a0fe-11ea-89bf-e135c5b0766b.png)

配置中心:
![image](https://user-images.githubusercontent.com/53166168/83116266-1dc7eb80-a0fe-11ea-8b63-74a91f9bfe69.png)

元数据:
![image](https://user-images.githubusercontent.com/53166168/83116288-26b8bd00-a0fe-11ea-953c-eaefec0dbabb.png)

从上面三张图可以看出:
配置中心:
有效: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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.