wwek opened a new issue #1573:
URL: https://github.com/apache/dubbo-go/issues/1573


   
   
   **What happened**:
   1、config-center 配置的 namespace: dev
   
![image](https://user-images.githubusercontent.com/1239403/140709874-6c062348-724d-4c7e-93e9-b8b47318cfc5.png)
   
   ```
   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 未生效
   
![image](https://user-images.githubusercontent.com/1239403/140709911-26ff93bc-50cb-4c94-b49a-a4e8575a1833.png)
   
   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]

Reply via email to