From 0f31a9918adb306ecae20cc9c7dc41cdfcecf414 Mon Sep 17 00:00:00 2001 From: Lauri at Zalando Date: Mon, 30 May 2016 14:45:47 +0200 Subject: [PATCH] Update SETTINGS.rst --- SETTINGS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SETTINGS.rst b/SETTINGS.rst index 8b7a254a..3b078b35 100644 --- a/SETTINGS.rst +++ b/SETTINGS.rst @@ -62,14 +62,14 @@ REST API - **certfile**: Specifies a file with the certificate in the PEM format. If the certfile is not specified or is left empty, the API server will work without SSL. - **keyfile**: Specifies a file with the secret key in the PEM format. - ZooKeeper +ZooKeeper ---------- - **hosts**: list of ZooKeeper cluster members in format: ['host1:port1', 'host2:port2', 'etc...']. - **reconnect\_timeout**: how long you should try to reconnect to ZooKeeper after a connection loss. After this timeout, assume that you no longer have a lock and restart in read-only mode. - **scope**: the relative path used on ZooKeeper for this deployment. Makes it possible to run multiple HA deployments from a single ZooKeeper cluster. - **session\_timeout**: the TTL to acquire the leader lock. Think of it as the length of time before initiation of the automatic failover process. - ZooKeeper Exhibitor +ZooKeeper Exhibitor -------------------- If you are running a ZooKeeper cluster under the Exhibitor supervisory, this section might interest you: