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


   ### 配置内容
   ```yaml
   dubbo:
     registries:
       demoZK:
         protocol: nacos
         address: 127.0.0.1:8848
         registry-type: service
         username: nacos
         password: nacos
         timeout: 20s
         namespace: test
         group: test
     metadata-report:
       protocol: nacos
       address: 127.0.0.1:8848
     protocols:
       triple:
         name: tri
         port: 20000
       dubbo:
         name: dubbo
         port: 20001
       params:
         username: nacos
         password: nacos
     provider:
       registryIDs:
         - demoZK
       services:
         GreeterProvider:
           protocolIDs: triple
           interface: com.apache.dubbo.sample.basic.IGreeter
    ```
   
   ### 注册结果
   
   
![image](https://user-images.githubusercontent.com/50602333/139174945-3d3a9125-3c1f-4721-baea-c5be965991d6.png)
   
   想要注册到设定的test名称空间,但是指定的namespace和group都没有效果
   
   版本
   dubbo.apache.org/dubbo-go/v3 v3.0.0-rc2.0.20211026020634-a45fd29e8a6d
   
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to