iem-luqiang opened a new issue, #2015:
URL: https://github.com/apache/dubbo-go/issues/2015
<!-- Please use this template while reporting a bug and provide as much info
as possible. Not doing so may result in your bug not being addressed in a
timely manner. Thanks!
-->
**What happened**: duboo go从MSE配置中心拉取配置出现
```
nacos_server/nacos_server.go:194 api</v1/cs/configs>,method:<GET>,
params:<{"dataId":"dubbo.io.configurators","group":"dubbo"}>, call domain
error:<[404] config data not exist
> , result:<config data not exist
```
其实服务并不需要这个配置{"dataId":"dubbo.io.configurators","group":"dubbo"}
**What you expected to happen**:不需要检查这个配置,不应该报error
**How to reproduce it (as minimally and precisely as possible)**:
```
rootConfig := config.NewRootConfigBuilder().
SetConfigCenter(config.NewConfigCenterConfigBuilder().
SetProtocol(Protocol).
SetAddress(Address). // 根据配置结构,设置配置中心
SetDataID(DataID). //
设置配置ID
SetGroup(Group).
Build()).
Build()
if err := rootConfig.Init(); err != nil { // 框架启动
panic(err)
}
```
**Anything else we need to know?**:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]