Curator Testing provides utilities for unit testing Apache ZooKeeper-based applications, including an embedded ZooKeeper server.
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>5.9.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal embedded ZooKeeper server using TestingServer.
Use TestingServer with a custom port or allow it to pick a random free port.
No dependency data recorded yet.