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 2020/08/14 07:32:33 UTC

[GitHub] [dubbo-go] whitekeyboard opened a new issue #712: dubbo-go对接配置中心,是否支持自定义配置

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


   1、dubbo-go对接配置中心,修改provider或者consumer的配置,都是dubbo-go的配置
   2、新增自定义的配置,以及对接配置中心,是否需要自己实实现?如果dubbo-go不支持,这个功能是否可以在后续功能中加入。


----------------------------------------------------------------
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] zouyx edited a comment on issue #712: dubbo-go对接配置中心,是否支持自定义配置

Posted by GitBox <gi...@apache.org>.
zouyx edited a comment on issue #712:
URL: https://github.com/apache/dubbo-go/issues/712#issuecomment-673983891


   > 1、dubbo-go对接配置中心,修改provider或者consumer的配置,都是dubbo-go的配置
   > 2、新增自定义的配置,以及对接配置中心,是否需要自己实实现?如果dubbo-go不支持,这个功能是否可以在后续功能中加入。
   
   1. Correct
   2. Can you provide your sence clearly?
   For if you want to use custom configuration and your configuration center is zookeeper, do something as below.
   
   * Extends `ConfigurationListener` and inject into DynamicConfiguration
   https://github.com/apache/dubbo-go/blob/aaa8be31fea3c0fe7ebbc1247cb273e74eaeb83b/config_center/zookeeper/impl_test.go#L204
   
   Now you can get your custom configuration in dubbo-go
   
   Or make a new `zookeeper` client for this requirement.


----------------------------------------------------------------
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] whitekeyboard closed issue #712: dubbo-go对接配置中心,是否支持自定义配置

Posted by GitBox <gi...@apache.org>.
whitekeyboard closed issue #712:
URL: https://github.com/apache/dubbo-go/issues/712


   


----------------------------------------------------------------
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] zouyx commented on issue #712: dubbo-go对接配置中心,是否支持自定义配置

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


   > 1、dubbo-go对接配置中心,修改provider或者consumer的配置,都是dubbo-go的配置
   > 2、新增自定义的配置,以及对接配置中心,是否需要自己实实现?如果dubbo-go不支持,这个功能是否可以在后续功能中加入。
   
   1. Correct
   2. Can you provide your sence clearly?
   For if you want to use custom configuration and your configuration center is zookeeper, do something as below.
   
   * Extends `ConfigurationListener` and inject into DynamicConfiguration
   https://github.com/apache/dubbo-go/blob/aaa8be31fea3c0fe7ebbc1247cb273e74eaeb83b/config_center/zookeeper/impl_test.go#L204
   
   Now you can get your custom configuration in dubbo-go
   
   Or you can make a new `zookeeper` client for this requirement.


----------------------------------------------------------------
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] zouyx edited a comment on issue #712: dubbo-go对接配置中心,是否支持自定义配置

Posted by GitBox <gi...@apache.org>.
zouyx edited a comment on issue #712:
URL: https://github.com/apache/dubbo-go/issues/712#issuecomment-673983891


   > 1、dubbo-go对接配置中心,修改provider或者consumer的配置,都是dubbo-go的配置
   > 2、新增自定义的配置,以及对接配置中心,是否需要自己实实现?如果dubbo-go不支持,这个功能是否可以在后续功能中加入。
   
   1. Correct
   2. Can you provide your sence or requirement?
   For if you want to use custom configuration and your configuration center is zookeeper, do something as below.
   
   * Extends `ConfigurationListener` and inject into DynamicConfiguration
   https://github.com/apache/dubbo-go/blob/aaa8be31fea3c0fe7ebbc1247cb273e74eaeb83b/config_center/zookeeper/impl_test.go#L204
   
   Now you can get your custom configuration in dubbo-go
   
   Or make a new `zookeeper` client for this requirement.


----------------------------------------------------------------
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] whitekeyboard commented on issue #712: dubbo-go对接配置中心,是否支持自定义配置

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


   ths


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