From 83729a3bd9f8d9ba52db74901e7765d14e394c27 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 24 Jul 2015 12:11:45 -0700 Subject: [PATCH] website: fixing details about HA backends --- website/source/docs/concepts/ha.html.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/source/docs/concepts/ha.html.markdown b/website/source/docs/concepts/ha.html.markdown index 160e29100..0058aed43 100644 --- a/website/source/docs/concepts/ha.html.markdown +++ b/website/source/docs/concepts/ha.html.markdown @@ -30,7 +30,12 @@ this to any address you want. ## Backend Support -Currently, the only backend that supports HA is Consul. +Currently there are several backends that support high availability mode, +including Consul, ZooKeeper and etcd. These may change over time, and the +[configuration page](/docs/config/index.html) should be referenced. + +The Consul backend is the recommended HA backend, as it is used in production +by HashiCorp and it's customers with commercial support. If you're interested in implementing another backend or adding HA support to another backend, we'd love your contributions. Adding HA support