Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upnacos 1.2.0. dom name can only have these characters: 0-9a-zA-Z-._ #2555
Comments
|
Reason Description In dubbo, the group name will be validated by this pattern Solution Or Fix Dubbo's dubbo-registry-nacos module, when group is "*", using "consumers/providers:serviceName::" as nacos' service name, not add * in the end. if the solution is in the right position, i will fix it. |
|
This should be discussed |
|
@mercyblitz @nkorange What do you think |
|
@DHBin Could you please provide more detailed steps to reproduce the issue?? |


Issue Description
Type: bug report
Describe what happened
Describe what you expected to happen
dubbo uses nacos as a registry,configure merge all groups,like this:
nacos will throw out IllegalArgumentException: dom name can only have these characters: 0-9a-zA-Z-._
Tell us your environment
Anything else we need to know?
dubbo Group Merger doc : http://dubbo.apache.org/en-us/docs/user/demos/group-merger.html