zhaoyunxing92 opened a new issue, #2008:
URL: https://github.com/apache/dubbo-go/issues/2008

   <!-- Please only use this template for submitting enhancement requests -->
   
   **What would you like to be added**:
   如下面配置,希望可以同时将服务注册到两个注册中心,最好有权重能力、用户也可以自定义那些接口注册到对应注册中心
   ```go
   dubbo:
     registries:
       shanghai:
         address: nacos://localhost:8848
         timeout: 30s
         group: shanghai
         weight: 100
       hangzhou:
         address: nacos://localhost:8848
         timeout: 30s
         group: hangzhou
         weight: 30
     provider:
       services:
         UserService:
           interface: search_placeholder.Model
           group: search
           version: 1.0.0
         OrderService:
           interface: model_service.Service
           group: search
           version: 1.0.0
   ```
   **Why is this needed**:


-- 
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