mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Update SETTINGS.rst
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user