aboutsummaryrefslogtreecommitdiff
path: root/zookeeper/10zookeeper-config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Stops logs from growing when zookeeper is idleconfig-initStaffan Olsson2017-07-271-0/+4
|
* Places the myid magic number where replicas areStaffan Olsson2017-07-271-5/+2
|
* Employs the init script concept for zookeeper too, reducing duplcationStaffan Olsson2017-07-261-1/+13
|
* A cluster in three availability zones now get one persistent zk each, and ↵zookeeper-availability-zonesStaffan Olsson2017-06-261-5/+5
| | | | two that can move automatically at node failures
* Makes persistence a fundamental attribute of the statefulsetStaffan Olsson2017-06-261-3/+3
|
* Uses the kafka image as Zookeeper service...Staffan Olsson2017-06-251-0/+24
to reduce image download times and use a supported version. Initial config is from https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#sc_zkMulitServerSetup and the fixes for stateful set are from https://github.com/solsson/zookeeper-docker