No Description

maoling 4e82a8be88 ZOOKEEPER-3264: [YCSB-binding] Add a benchmark tool for zookeeper 4 years ago
bin c9f1521366 ZOOKEEPER-3876: zkServer.sh status command fails when IPV6 is configured 5 years ago
conf 794adf1122 ZOOKEEPER-1260: Audit logging in ZooKeeper servers. 5 years ago
dev c234848cae ZOOKEEPER-1112: Add (Cyrus) SASL authentication support to C client library 5 years ago
tools c234848cae ZOOKEEPER-1112: Add (Cyrus) SASL authentication support to C client library 5 years ago
zookeeper-assembly 83d79d16d6 ZOOKEEPER-3956: Remove json-simple from ZooKeeper 4 years ago
zookeeper-client ffcea5b291 ZOOKEEPER-3983: Avoid mocking unix domain sockets 4 years ago
zookeeper-compatibility-tests b51b1ee629 ZOOKEEPER-3831: Added testBasicUsageOfApisAndRecipesInCluster() 4 years ago
zookeeper-contrib 13fe0d0ffb ZOOKEEPER-3958: Update dependency versions and eliminate java docs wa… 4 years ago
zookeeper-docs 4e82a8be88 ZOOKEEPER-3264: [YCSB-binding] Add a benchmark tool for zookeeper 4 years ago
zookeeper-it ea3042d5c4 ZOOKEEPER-3989: GenerateLoad needs to use log for protecting sensitive… 4 years ago
zookeeper-jute 3df3563173 ZOOKEEPER-3687: Jute Use JDK hashCode Methods for Native Types 4 years ago
zookeeper-metrics-providers 13fe0d0ffb ZOOKEEPER-3958: Update dependency versions and eliminate java docs wa… 4 years ago
zookeeper-recipes 8654e7ed37 ZOOKEEPER-3342: Use StandardCharsets 4 years ago
zookeeper-server 0a6b055356 ZOOKEEPER-3671: Use ThreadLocalConcurrent to Replace Random and Math.… 4 years ago
.asf.yaml 3ca408d05c ZOOKEEPER-3962: Add an .asf.yaml file 4 years ago
.gitattributes d94dcda0df ZOOKEEPER-1966. VS and line breaks (Orion Hodson via fpj) 11 years ago
.gitignore 12b4e68219 ZOOKEEPER-3874: Official API to start ZooKeeper server from Java 4 years ago
.travis.yml 701e134dfb ZOOKEEPER-3919: Added ARM64 support to Travis-CI 4 years ago
Jenkinsfile eeb1ceb6f8 ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names 4 years ago
Jenkinsfile-PreCommit eeb1ceb6f8 ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names 4 years ago
Jenkinsfile-owasp eeb1ceb6f8 ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names 4 years ago
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 17 years ago
NOTICE.txt a5a4743733 ZOOKEEPER-3745: Update copyright notices from 2019 to 2020 5 years ago
README.md c585f4b500 ZOOKEEPER-3668: Clean up release package for 3.6.0 5 years ago
README_packaging.md e4758ba70b ZOOKEEPER-3567: add SSL support for zkpython 5 years ago
checkstyle-simple.xml b8d5d9c1c1 ZOOKEEPER-3517: Turn on BookKeeper checkstyle configuration at project level 6 years ago
checkstyle-strict.xml 35f4aa2274 ZOOKEEPER-3468: Enable BookKeeper checkstyle configuration on zookeeper-jute 6 years ago
checkstyleSuppressions.xml 5820d10d9d ZOOKEEPER-3832: ZKHostnameVerifier rejects valid certificates with subjectAltNames 5 years ago
excludeFindBugsFilter.xml 8e8905069f ZOOKEEPER-3620: Allow to override calls to System.exit in server side code 5 years ago
owaspSuppressions.xml f6b54a6cd2 ZOOKEEPER-3817: suppress log4j SmtpAppender related CVE-2020-9488 5 years ago
pom.xml 676d10b2fa ZOOKEEPER-4045: CVE-2020-25649 - Upgrade jackson databind to 2.10.5.1 4 years ago
zk-merge-pr.py 09cb43554f ZOOKEEPER-3782: Replace filter() with list comprehension for returning list 5 years ago

README.md

Apache ZooKeeper Build Status Maven Central License

alt text

For the latest information about Apache ZooKeeper, please visit our website at:

http://zookeeper.apache.org/

and our wiki, at:

https://cwiki.apache.org/confluence/display/ZOOKEEPER


Packaging/release artifacts

Either downloaded from https://zookeeper.apache.org/releases.html or found in zookeeper-assembly/target directory after building the project with maven.

apache-zookeeper-[version].tar.gz

    Contains all the source files which can be built by running:
    mvn clean install

    To generate an aggregated apidocs for zookeeper-server and zookeeper-jute:
    mvn javadoc:aggregate
    (generated files will be at target/site/apidocs)

apache-zookeeper-[version]-bin.tar.gz

    Contains all the jar files required to run ZooKeeper
    Full documentation can also be found in the docs folder

As of version 3.5.5, the parent, zookeeper and zookeeper-jute artifacts are deployed to the central repository after the release is voted on and approved by the Apache ZooKeeper PMC:

https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/

Java 8

If you are going to compile with Java 1.8, you should use a recent release at u211 or above.

Contributing

We always welcome new contributors to the project! See How to Contribute for details on how to submit patch through pull request and our contribution workflow.