Update SETTINGS.rst

This commit is contained in:
Lauri at Zalando
2016-05-30 14:45:47 +02:00
parent 9a12f6371c
commit 0f31a9918a
+2 -2
View File
@@ -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: