You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/03/11 03:07:47 UTC

[GitHub] [incubator-apisix] membphis opened a new issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.

membphis opened a new issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.
URL: https://github.com/apache/incubator-apisix/issues/1231
 
 
   The etcd cluster is highly available, so Apache APISIX should allow multiple etcd addresses to be configured to connect to the etcd cluster.
   
   How about this new style?
   
   ```yaml
   etcd:
     host: 
         - "http://127.0.0.1:2379"   # multiple etcd address
         - "http://127.0.0.1:2380"  
     prefix: "/apisix"               # apisix configurations prefix
     timeout: 3                      # 3 seconds
   ```
   
   BTW, the driver `resty-etcd` has supported this feature.
   
   https://github.com/iresty/lua-resty-etcd/blob/master/t/v2/cluster.t#L52

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis commented on issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.
URL: https://github.com/apache/incubator-apisix/issues/1231#issuecomment-598723127
 
 
   ok, I have assigned to you 

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.

Posted by GitBox <gi...@apache.org>.
Akayeshmantha commented on issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.
URL: https://github.com/apache/incubator-apisix/issues/1231#issuecomment-598704341
 
 
   Hi @membphis I would like to work on this issue.

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis closed issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.

Posted by GitBox <gi...@apache.org>.
membphis closed issue #1231: [discuss] feature: support etcd cluster in Apache APISIX.
URL: https://github.com/apache/incubator-apisix/issues/1231
 
 
   

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


With regards,
Apache Git Services