You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/08/05 02:34:21 UTC

[GitHub] [dubbo-go] zhaoyunxing92 opened a new issue, #2008: 支持多注册中心

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

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


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


[GitHub] [dubbo-go] AlexStocks closed issue #2008: 支持多注册中心

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #2008: 支持多注册中心
URL: https://github.com/apache/dubbo-go/issues/2008


-- 
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-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo-go] zhaoyunxing92 commented on issue #2008: 支持多注册中心

Posted by GitBox <gi...@apache.org>.
zhaoyunxing92 commented on issue #2008:
URL: https://github.com/apache/dubbo-go/issues/2008#issuecomment-1213141003

   @鲁易


-- 
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-unsubscribe@dubbo.apache.org

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


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