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 2021/04/09 09:44:05 UTC

[GitHub] [dubbo-go] trust-freedom opened a new issue #1139: dubbo-go注册service不支持自定义registry-group?

trust-freedom opened a new issue #1139:
URL: https://github.com/apache/dubbo-go/issues/1139


   **What would you like to be added**:
   看 servicediscovery/base_registry.go  providerRegistry() 中对registry-group是写死的,如下
   ```
   dubboPath = fmt.Sprintf("/dubbo/%s/%s", r.service(c), common.DubboNodes[common.PROVIDER])
   ```
   请问是不支持自定义registry-group吗??
   
   **Why is this needed**:
   支持自定义registry-group,感觉这是比较常用的特性


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

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 #1139: dubbo-go注册service不支持自定义registry-group?

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


   可以看下这个 https://github.com/apache/dubbo-go-samples/tree/master/group 支持分组的


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

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 commented on issue #1139: dubbo-go注册service不支持自定义registry-group?

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


   u can try to submit a pr to implement this feature. thx.


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

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 #1139: dubbo-go注册service不支持自定义registry-group?

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


   一般修改这个需求很少吧,这个可以认为是一个默认的配置


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

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] trust-freedom commented on issue #1139: dubbo-go注册service不支持自定义registry-group?

Posted by GitBox <gi...@apache.org>.
trust-freedom commented on issue #1139:
URL: https://github.com/apache/dubbo-go/issues/1139#issuecomment-818400849


   这个registry group我们主要用于环境隔离,否则都在/dubbo下,同公司包名类似,可能会出现ServiceName相同的情况,感觉应该也有不少是这么使用的吧?请问这块之后会支持吗?配置和dubbo java版本靠拢


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

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