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: [email protected] With regards, Apache Git Services
