[BUG] SpringCloud Plugin builds nacos repository from YAML with inconsistent configuration properties #5900
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When building nacos properties, The 'namespace' attribute uses com. Alibaba. nacos. app PropertyKeyConst.NAMESPACE,
But when creating NacosInstanceRegitorRepository, the value of the property is obtained using 'nacosNameSpace'
And when building nacos properties, the group attribute was not built, and 'group' was used in the nacos API, but in shenyu, the attribute is 'nacosGroup'
Expected Behavior
No response
Steps To Reproduce
No response
Environment
ShenYu version(s):
Debug logs
No response
Anything else?
No response