Explorar el Código

Update Zookeeper documentation (#999)

* Notes on the new environment variables
Elisey Zanko hace 8 años
padre
commit
6bd8f3ff67
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      zookeeper/content.md

+ 6 - 0
zookeeper/content.md

@@ -70,6 +70,12 @@ Defaults to `2`. ZooKeeper's `syncLimit`
 
 
 > Amount of time, in ticks (see tickTime), to allow followers to sync with ZooKeeper. If followers fall too far behind a leader, they will be dropped.
 > Amount of time, in ticks (see tickTime), to allow followers to sync with ZooKeeper. If followers fall too far behind a leader, they will be dropped.
 
 
+### `ZOO_MAX_CLIENT_CNXNS`
+
+Defaults to `60`. ZooKeeper's `maxClientCnxns`
+
+> Limits the number of concurrent connections (at the socket level) that a single client, identified by IP address, may make to a single member of the ZooKeeper ensemble.
+
 ## Replicated mode
 ## Replicated mode
 
 
 Environment variables below are mandatory if you want to run Zookeeper in replicated mode.
 Environment variables below are mandatory if you want to run Zookeeper in replicated mode.