
The port to listen for client connections that is, the port that clients attempt to connect to. The port on which the ZooKeeper servers perform leader election. The port on which the ZooKeeper servers listen for requests from other servers in the ensemble. More information can be found in the Apache Zookeeper Documentation and in the Confluent Documentation. The maximum session timeout in milliseconds that the server will allow the client to negotiate. When set to true the ZooKeeper server will listen for connections from its peers on all available IP addresses Umber of most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir to keep. The time interval in hours for which the purge task has to be triggered. Limits the number of concurrent connections that a single client may make to a single member of the ZooKeeper ensemble. The length of a single tick, which is the basic time unit used by ZooKeeper, as measured in milliseconds.Īmount of time, in ticks (see tickTime), to allow followers to connect and sync to a leader.Īmount of time, in ticks (see tickTime), to allow followers to sync with ZooKeeper. The next configuration related to Zookeeper are available: Parameter

The value for the PodDisruptionBudget is calculated automatically from the given replicaCount. ParameterĪ minimum of three servers are required for a fault tolerant clustered setup, and it is strongly recommended that you have an odd number of servers, because Zookeeper requires a majority. The configuration parameters in this section control the resources requested and utilized by the zookeeper chart. When using a local/proxy docker registry we must change image.registry as well. One can easily change the image.tag to use another version. Registry used to distribute the Docker Image. Imageīy default the confluentinc/cp-zookeeper is in use.
#Zookeeper autopurge interval upgrade
Helm upgrade -install zkp -f my-values.yaml rhcharts/zookeeperĪ default values.yaml is available and should be checked for more advanced usage. This chart uses the srvr command of the Zookeeper Four Letter Words to check that every Zookeeper Server is responding.


This chart bootstraps an ensemble Apache Zookeeper Servers made of "3" servers using the Confluent stable version that can be accessed from within your cluster: ** Please be patient while the zookeeper chart is being deployed in release zkp ** $ helm upgrade -install zkp rhcharts/zookeeper
