Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions docs/design/zookeeper.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ Apache Druid uses [Apache ZooKeeper](http://zookeeper.apache.org/) (ZK) for mana

## Minimum ZooKeeper versions

Apache Druid supports ZooKeeper versions 3.5.x and above.

:::info
Note: Starting with Apache Druid 0.22.0, support for ZooKeeper 3.4.x has been removed
Starting with Apache Druid 31.0.0, support for Zookeeper-based segment loading has been removed.
:::
Apache Druid supports all stable versions of ZooKeeper. For information about ZooKeeper's stable version, see [ZooKeeper releases](https://zookeeper.apache.org/releases.html).

## ZooKeeper Operations

Expand Down