wwek opened a new issue #1573: URL: https://github.com/apache/dubbo-go/issues/1573
**What happened**: 1、config-center 配置的 namespace: dev  ``` dubbo: config-center: protocol: nacos address: 127.0.0.1:8848 group: dubbo namespace: dev data-id: "dubbogo-qznotify.yaml" timeout: 10s params: username: nacos password: nacos ``` 2、 问题 nacos中取是namespace: public,namespace: dev 未生效  3、环境和版本 dubbo.apache.org/dubbo-go/v3 v3.0.0-rc3 func main() { config.SetProviderService(&GreeterProvider{}) config.SetProviderService(&GreeterProvider{})if err := config.Load(); err != nil { panic(err)} select {} } **What you expected to happen**: 应该取设置的namespace: dev 中的 -- 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]
