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/16 01:11:24 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1275: Add multiple etcd address support.

membphis commented on a change in pull request #1275: Add multiple etcd address support.
URL: https://github.com/apache/incubator-apisix/pull/1275#discussion_r392736830
 
 

 ##########
 File path: conf/config.yaml
 ##########
 @@ -98,7 +98,10 @@ nginx_config:                     # config for render the template to genarate n
       - 'unix:'
 
 etcd:
-  host: "http://127.0.0.1:2379"   # etcd address
+  host:
+    - "http://127.0.0.1:2379"     # multiple etcd address
 
 Review comment:
   That is wrong. By default, there should be only one etcd address.

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