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
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ is no full support.

### Required Software

ZooKeeper runs in Java, release 17 or greater
ZooKeeper runs in Java.

<Callout type="info">ZooKeeper 3.10.0 drops support for JDK 8 and 11.</Callout>

It requires Java 17 or greater
(JDK 17 LTS, JDK 21 LTS, JDK 25 LTS - other Java versions are not supported).
It runs as an _ensemble_ of ZooKeeper servers. Three
ZooKeeper servers is the minimum recommended size for an
Expand Down
Loading