للحصول على أحدث المعلومات حول Apache ZooKeeper، يرجى زيارة موقعنا على الإنترنت على:
https://zookeeper.Apache.org
والويكي الخاص بنا على:
https://cwiki.apache.org/confluence/display/ZOOKEEPER
إما تم تنزيله من https://zookeeper.apache.org/releases.html أو العثور عليه في دليل Zookeeper-assembly/target بعد إنشاء المشروع باستخدام 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
اعتبارًا من الإصدار 3.5.5، تم نشر العناصر الأصلية و Zookeeper و Zookeeper-Jute إلى المستودع المركزي بعد التصويت على الإصدار والموافقة عليه بواسطة Apache ZooKeeper PMC:
https://repo1.maven.org/maven2/org/Apache/zookeeper/zookeeper
إذا كنت ستقوم بالتجميع باستخدام Java 1.8، فيجب عليك استخدام إصدار حديث على u211 أو أعلى.
نرحب دائمًا بالمساهمين الجدد في المشروع! راجع كيفية المساهمة للحصول على تفاصيل حول كيفية إرسال التصحيحات كطلبات سحب والجوانب الأخرى لسير عمل مساهمتنا.