├── README.md
├── ips
├── kafka-cloud
├── README.md
├── kafka_2.11-0.9.0.0.tgz
└── kafka_2.11-0.9.0.0
│ ├── bin
│ ├── connect-distributed.sh
│ ├── connect-standalone.sh
│ ├── kafka-acls.sh
│ ├── kafka-configs.sh
│ ├── kafka-console-consumer.sh
│ ├── kafka-console-producer.sh
│ ├── kafka-consumer-groups.sh
│ ├── kafka-consumer-offset-checker.sh
│ ├── kafka-consumer-perf-test.sh
│ ├── kafka-mirror-maker.sh
│ ├── kafka-preferred-replica-election.sh
│ ├── kafka-producer-perf-test.sh
│ ├── kafka-reassign-partitions.sh
│ ├── kafka-replay-log-producer.sh
│ ├── kafka-replica-verification.sh
│ ├── kafka-run-class.sh
│ ├── kafka-server-start.sh
│ ├── kafka-server-stop.sh
│ ├── kafka-simple-consumer-shell.sh
│ ├── kafka-topics.sh
│ ├── kafka-verifiable-consumer.sh
│ ├── kafka-verifiable-producer.sh
│ ├── windows
│ │ ├── kafka-acls.bat
│ │ ├── kafka-console-consumer.bat
│ │ ├── kafka-console-producer.bat
│ │ ├── kafka-consumer-offset-checker.bat
│ │ ├── kafka-consumer-perf-test.bat
│ │ ├── kafka-mirror-maker.bat
│ │ ├── kafka-preferred-replica-election.bat
│ │ ├── kafka-producer-perf-test.bat
│ │ ├── kafka-reassign-partitions.bat
│ │ ├── kafka-replay-log-producer.bat
│ │ ├── kafka-replica-verification.bat
│ │ ├── kafka-run-class.bat
│ │ ├── kafka-server-start.bat
│ │ ├── kafka-server-stop.bat
│ │ ├── kafka-simple-consumer-shell.bat
│ │ ├── kafka-topics.bat
│ │ ├── zookeeper-server-start.bat
│ │ ├── zookeeper-server-stop.bat
│ │ └── zookeeper-shell.bat
│ ├── zookeeper-security-migration.sh
│ ├── zookeeper-server-start.sh
│ ├── zookeeper-server-stop.sh
│ └── zookeeper-shell.sh
│ ├── config
│ ├── connect-console-sink.properties
│ ├── connect-console-source.properties
│ ├── connect-distributed.properties
│ ├── connect-file-sink.properties
│ ├── connect-file-source.properties
│ ├── connect-log4j.properties
│ ├── connect-standalone.properties
│ ├── consumer.properties
│ ├── log4j.properties
│ ├── producer.properties
│ ├── server.properties
│ ├── test-log4j.properties
│ ├── tools-log4j.properties
│ └── zookeeper.properties
│ └── libs
│ ├── aopalliance-repackaged-2.4.0-b31.jar
│ ├── argparse4j-0.5.0.jar
│ ├── connect-api-0.9.0.0.jar
│ ├── connect-file-0.9.0.0.jar
│ ├── connect-json-0.9.0.0.jar
│ ├── connect-runtime-0.9.0.0.jar
│ ├── hk2-api-2.4.0-b31.jar
│ ├── hk2-locator-2.4.0-b31.jar
│ ├── hk2-utils-2.4.0-b31.jar
│ ├── jackson-annotations-2.5.0.jar
│ ├── jackson-core-2.5.4.jar
│ ├── jackson-databind-2.5.4.jar
│ ├── jackson-jaxrs-base-2.5.4.jar
│ ├── jackson-jaxrs-json-provider-2.5.4.jar
│ ├── jackson-module-jaxb-annotations-2.5.4.jar
│ ├── javassist-3.18.1-GA.jar
│ ├── javax.annotation-api-1.2.jar
│ ├── javax.inject-1.jar
│ ├── javax.inject-2.4.0-b31.jar
│ ├── javax.servlet-api-3.1.0.jar
│ ├── javax.ws.rs-api-2.0.1.jar
│ ├── jersey-client-2.22.1.jar
│ ├── jersey-common-2.22.1.jar
│ ├── jersey-container-servlet-2.22.1.jar
│ ├── jersey-container-servlet-core-2.22.1.jar
│ ├── jersey-guava-2.22.1.jar
│ ├── jersey-media-jaxb-2.22.1.jar
│ ├── jersey-server-2.22.1.jar
│ ├── jetty-http-9.2.12.v20150709.jar
│ ├── jetty-io-9.2.12.v20150709.jar
│ ├── jetty-security-9.2.12.v20150709.jar
│ ├── jetty-server-9.2.12.v20150709.jar
│ ├── jetty-servlet-9.2.12.v20150709.jar
│ ├── jetty-util-9.2.12.v20150709.jar
│ ├── jopt-simple-3.2.jar
│ ├── kafka-clients-0.9.0.0.jar
│ ├── kafka-log4j-appender-0.9.0.0.jar
│ ├── kafka-tools-0.9.0.0.jar
│ ├── kafka_2.11-0.9.0.0-javadoc.jar
│ ├── kafka_2.11-0.9.0.0-javadoc.jar.asc
│ ├── kafka_2.11-0.9.0.0-scaladoc.jar
│ ├── kafka_2.11-0.9.0.0-scaladoc.jar.asc
│ ├── kafka_2.11-0.9.0.0-sources.jar
│ ├── kafka_2.11-0.9.0.0-sources.jar.asc
│ ├── kafka_2.11-0.9.0.0-test.jar
│ ├── kafka_2.11-0.9.0.0-test.jar.asc
│ ├── kafka_2.11-0.9.0.0.jar
│ ├── kafka_2.11-0.9.0.0.jar.asc
│ ├── log4j-1.2.17.jar
│ ├── lz4-1.2.0.jar
│ ├── metrics-core-2.2.0.jar
│ ├── osgi-resource-locator-1.0.1.jar
│ ├── scala-library-2.11.7.jar
│ ├── scala-parser-combinators_2.11-1.0.4.jar
│ ├── scala-xml_2.11-1.0.4.jar
│ ├── slf4j-api-1.7.6.jar
│ ├── slf4j-log4j12-1.7.6.jar
│ ├── snappy-java-1.1.1.7.jar
│ ├── validation-api-1.1.0.Final.jar
│ ├── zkclient-0.7.jar
│ └── zookeeper-3.4.6.jar
├── kafka.sh
├── zookeeper-cloud
├── README.md
├── zookeeper-3.4.6.tar.gz
└── zookeeper-3.4.6
│ ├── bin
│ ├── README.txt
│ ├── zkCleanup.sh
│ ├── zkCli.cmd
│ ├── zkCli.sh
│ ├── zkEnv.cmd
│ ├── zkEnv.sh
│ ├── zkServer.cmd
│ └── zkServer.sh
│ ├── build.xml
│ ├── conf
│ ├── configuration.xsl
│ ├── log4j.properties
│ ├── zoo.cfg
│ └── zoo_sample.cfg
│ ├── contrib
│ ├── ZooInspector
│ │ ├── build.xml
│ │ ├── config
│ │ │ ├── defaultConnectionSettings.cfg
│ │ │ └── defaultNodeVeiwers.cfg
│ │ ├── icons
│ │ │ ├── edtsrclkup_co.gif
│ │ │ ├── file_obj.gif
│ │ │ ├── fldr_obj.gif
│ │ │ ├── info_obj.gif
│ │ │ ├── jspdecl.gif
│ │ │ ├── launch_run.gif
│ │ │ ├── launch_stop.gif
│ │ │ ├── new_con.gif
│ │ │ ├── refresh.gif
│ │ │ ├── save_edit.gif
│ │ │ ├── search_next.gif
│ │ │ ├── search_prev.gif
│ │ │ └── trash.gif
│ │ ├── lib
│ │ │ └── jtoaster-1.0.4.jar
│ │ ├── licences
│ │ │ ├── Apache Software Licence v2.0.txt
│ │ │ └── epl-v10.html
│ │ ├── src
│ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ ├── inspector
│ │ │ │ ├── ZooInspector.java
│ │ │ │ ├── encryption
│ │ │ │ │ ├── BasicDataEncryptionManager.java
│ │ │ │ │ └── DataEncryptionManager.java
│ │ │ │ ├── gui
│ │ │ │ │ ├── NodeViewersChangeListener.java
│ │ │ │ │ ├── ZooInspectorAboutDialog.java
│ │ │ │ │ ├── ZooInspectorConnectionPropertiesDialog.java
│ │ │ │ │ ├── ZooInspectorIconResources.java
│ │ │ │ │ ├── ZooInspectorNodeViewersDialog.java
│ │ │ │ │ ├── ZooInspectorNodeViewersPanel.java
│ │ │ │ │ ├── ZooInspectorPanel.java
│ │ │ │ │ ├── ZooInspectorTreeViewer.java
│ │ │ │ │ ├── about.html
│ │ │ │ │ └── nodeviewer
│ │ │ │ │ │ ├── NodeViewerACL.java
│ │ │ │ │ │ ├── NodeViewerData.java
│ │ │ │ │ │ ├── NodeViewerMetaData.java
│ │ │ │ │ │ └── ZooInspectorNodeViewer.java
│ │ │ │ ├── logger
│ │ │ │ │ └── LoggerFactory.java
│ │ │ │ └── manager
│ │ │ │ │ ├── NodeListener.java
│ │ │ │ │ ├── Pair.java
│ │ │ │ │ ├── ZooInspectorManager.java
│ │ │ │ │ ├── ZooInspectorManagerImpl.java
│ │ │ │ │ ├── ZooInspectorNodeManager.java
│ │ │ │ │ ├── ZooInspectorNodeTreeManager.java
│ │ │ │ │ └── ZooInspectorReadOnlyManager.java
│ │ │ │ └── retry
│ │ │ │ └── ZooKeeperRetry.java
│ │ └── zookeeper-3.4.6-ZooInspector.jar
│ ├── fatjar
│ │ ├── build.xml
│ │ ├── conf
│ │ │ └── mainClasses
│ │ ├── src
│ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── util
│ │ │ │ └── FatJarMain.java
│ │ └── zookeeper-3.4.6-fatjar.jar
│ ├── loggraph
│ │ ├── build.xml
│ │ ├── src
│ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── graph
│ │ │ │ ├── FilterException.java
│ │ │ │ ├── FilterOp.java
│ │ │ │ ├── FilterParser.java
│ │ │ │ ├── JsonGenerator.java
│ │ │ │ ├── Log4JEntry.java
│ │ │ │ ├── Log4JSource.java
│ │ │ │ ├── LogEntry.java
│ │ │ │ ├── LogIterator.java
│ │ │ │ ├── LogServer.java
│ │ │ │ ├── LogSkipList.java
│ │ │ │ ├── LogSource.java
│ │ │ │ ├── MeasureThroughput.java
│ │ │ │ ├── MergedLogSource.java
│ │ │ │ ├── RandomAccessFileReader.java
│ │ │ │ ├── TransactionEntry.java
│ │ │ │ ├── TxnLogSource.java
│ │ │ │ ├── filterops
│ │ │ │ ├── AndOp.java
│ │ │ │ ├── Arg.java
│ │ │ │ ├── EqualsOp.java
│ │ │ │ ├── GreaterThanOp.java
│ │ │ │ ├── LessThanOp.java
│ │ │ │ ├── NotOp.java
│ │ │ │ ├── NumberArg.java
│ │ │ │ ├── OrOp.java
│ │ │ │ ├── StringArg.java
│ │ │ │ ├── SymbolArg.java
│ │ │ │ └── XorOp.java
│ │ │ │ └── servlets
│ │ │ │ ├── FileLoader.java
│ │ │ │ ├── Fs.java
│ │ │ │ ├── GraphData.java
│ │ │ │ ├── JsonServlet.java
│ │ │ │ ├── NumEvents.java
│ │ │ │ ├── StaticContent.java
│ │ │ │ └── Throughput.java
│ │ └── zookeeper-3.4.6-loggraph.jar
│ ├── rest
│ │ └── zookeeper-3.4.6-rest.jar
│ ├── zkfuse
│ │ ├── Makefile.am
│ │ ├── README.txt
│ │ ├── VERSION
│ │ ├── build.xml
│ │ ├── configure.ac
│ │ └── src
│ │ │ ├── Makefile.am
│ │ │ ├── blockingqueue.h
│ │ │ ├── doxygen.cfg
│ │ │ ├── event.cc
│ │ │ ├── event.h
│ │ │ ├── log.cc
│ │ │ ├── log.h
│ │ │ ├── log4cxx.properties
│ │ │ ├── mutex.h
│ │ │ ├── thread.cc
│ │ │ ├── thread.h
│ │ │ ├── zkadapter.cc
│ │ │ ├── zkadapter.h
│ │ │ └── zkfuse.cc
│ ├── zkperl
│ │ ├── Changes
│ │ ├── LICENSE
│ │ ├── MANIFEST
│ │ ├── Makefile.PL
│ │ ├── NOTICE
│ │ ├── README
│ │ ├── VERSION
│ │ ├── ZooKeeper.pm
│ │ ├── ZooKeeper.xs
│ │ ├── build.xml
│ │ ├── build
│ │ │ ├── check_zk_version.c
│ │ │ └── check_zk_version.h
│ │ ├── t
│ │ │ ├── 10_invalid.t
│ │ │ ├── 15_thread.t
│ │ │ ├── 20_tie.t
│ │ │ ├── 22_stat_tie.t
│ │ │ ├── 24_watch_tie.t
│ │ │ ├── 30_connect.t
│ │ │ ├── 35_log.t
│ │ │ ├── 40_basic.t
│ │ │ ├── 45_class.t
│ │ │ ├── 50_access.t
│ │ │ ├── 60_watch.t
│ │ │ └── util.pl
│ │ └── typemap
│ ├── zkpython
│ │ ├── README
│ │ ├── VERSION
│ │ ├── build.xml
│ │ ├── ivy.xml
│ │ └── src
│ │ │ ├── c
│ │ │ ├── pyzk_docstrings.h
│ │ │ └── zookeeper.c
│ │ │ ├── examples
│ │ │ ├── README
│ │ │ └── watch_znode_for_changes.py
│ │ │ ├── packages
│ │ │ ├── deb
│ │ │ │ └── zkpython.control
│ │ │ │ │ └── control
│ │ │ └── rpm
│ │ │ │ └── spec
│ │ │ │ └── zkpython.spec
│ │ │ ├── python
│ │ │ ├── setup.py
│ │ │ └── zk.py
│ │ │ └── test
│ │ │ ├── acl_test.py
│ │ │ ├── async_test.py
│ │ │ ├── callback_test.py
│ │ │ ├── clientid_test.py
│ │ │ ├── close_deadlock_test.py
│ │ │ ├── connection_test.py
│ │ │ ├── create_test.py
│ │ │ ├── delete_test.py
│ │ │ ├── exists_test.py
│ │ │ ├── get_set_test.py
│ │ │ ├── run_tests.sh
│ │ │ ├── zkServer.sh
│ │ │ └── zktestbase.py
│ └── zktreeutil
│ │ ├── Makefile.am
│ │ ├── README.txt
│ │ ├── VERSION
│ │ ├── build.xml
│ │ ├── configure.ac
│ │ ├── src
│ │ ├── Makefile.am
│ │ ├── SimpleTree.h
│ │ ├── ZkAdaptor.cc
│ │ ├── ZkAdaptor.h
│ │ ├── ZkTreeUtil.cc
│ │ ├── ZkTreeUtil.h
│ │ └── ZkTreeUtilMain.cc
│ │ └── tests
│ │ └── zk_sample.xml
│ ├── dist-maven
│ ├── zookeeper-3.4.6-javadoc.jar
│ ├── zookeeper-3.4.6-javadoc.jar.asc
│ ├── zookeeper-3.4.6-javadoc.jar.md5
│ ├── zookeeper-3.4.6-javadoc.jar.sha1
│ ├── zookeeper-3.4.6-sources.jar
│ ├── zookeeper-3.4.6-sources.jar.asc
│ ├── zookeeper-3.4.6-sources.jar.md5
│ ├── zookeeper-3.4.6-sources.jar.sha1
│ ├── zookeeper-3.4.6-tests.jar
│ ├── zookeeper-3.4.6-tests.jar.asc
│ ├── zookeeper-3.4.6-tests.jar.md5
│ ├── zookeeper-3.4.6-tests.jar.sha1
│ ├── zookeeper-3.4.6.jar
│ ├── zookeeper-3.4.6.jar.asc
│ ├── zookeeper-3.4.6.jar.md5
│ ├── zookeeper-3.4.6.jar.sha1
│ ├── zookeeper-3.4.6.pom
│ ├── zookeeper-3.4.6.pom.asc
│ ├── zookeeper-3.4.6.pom.md5
│ └── zookeeper-3.4.6.pom.sha1
│ ├── docs
│ ├── api
│ │ ├── allclasses-frame.html
│ │ ├── allclasses-noframe.html
│ │ ├── constant-values.html
│ │ ├── deprecated-list.html
│ │ ├── help-doc.html
│ │ ├── index-all.html
│ │ ├── index.html
│ │ ├── org
│ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ ├── AsyncCallback.ACLCallback.html
│ │ │ │ ├── AsyncCallback.Children2Callback.html
│ │ │ │ ├── AsyncCallback.ChildrenCallback.html
│ │ │ │ ├── AsyncCallback.DataCallback.html
│ │ │ │ ├── AsyncCallback.StatCallback.html
│ │ │ │ ├── AsyncCallback.StringCallback.html
│ │ │ │ ├── AsyncCallback.VoidCallback.html
│ │ │ │ ├── AsyncCallback.html
│ │ │ │ ├── CreateMode.html
│ │ │ │ ├── KeeperException.APIErrorException.html
│ │ │ │ ├── KeeperException.AuthFailedException.html
│ │ │ │ ├── KeeperException.BadArgumentsException.html
│ │ │ │ ├── KeeperException.BadVersionException.html
│ │ │ │ ├── KeeperException.Code.html
│ │ │ │ ├── KeeperException.CodeDeprecated.html
│ │ │ │ ├── KeeperException.ConnectionLossException.html
│ │ │ │ ├── KeeperException.DataInconsistencyException.html
│ │ │ │ ├── KeeperException.InvalidACLException.html
│ │ │ │ ├── KeeperException.InvalidCallbackException.html
│ │ │ │ ├── KeeperException.MarshallingErrorException.html
│ │ │ │ ├── KeeperException.NoAuthException.html
│ │ │ │ ├── KeeperException.NoChildrenForEphemeralsException.html
│ │ │ │ ├── KeeperException.NoNodeException.html
│ │ │ │ ├── KeeperException.NodeExistsException.html
│ │ │ │ ├── KeeperException.NotEmptyException.html
│ │ │ │ ├── KeeperException.NotReadOnlyException.html
│ │ │ │ ├── KeeperException.OperationTimeoutException.html
│ │ │ │ ├── KeeperException.RuntimeInconsistencyException.html
│ │ │ │ ├── KeeperException.SessionExpiredException.html
│ │ │ │ ├── KeeperException.SessionMovedException.html
│ │ │ │ ├── KeeperException.SystemErrorException.html
│ │ │ │ ├── KeeperException.UnimplementedException.html
│ │ │ │ ├── KeeperException.html
│ │ │ │ ├── ServerAdminClient.html
│ │ │ │ ├── WatchedEvent.html
│ │ │ │ ├── Watcher.Event.EventType.html
│ │ │ │ ├── Watcher.Event.KeeperState.html
│ │ │ │ ├── Watcher.Event.html
│ │ │ │ ├── Watcher.html
│ │ │ │ ├── ZooDefs.Ids.html
│ │ │ │ ├── ZooDefs.OpCode.html
│ │ │ │ ├── ZooDefs.Perms.html
│ │ │ │ ├── ZooDefs.html
│ │ │ │ ├── ZooKeeper.States.html
│ │ │ │ ├── ZooKeeper.html
│ │ │ │ ├── ZooKeeperMain.html
│ │ │ │ ├── class-use
│ │ │ │ ├── AsyncCallback.ACLCallback.html
│ │ │ │ ├── AsyncCallback.Children2Callback.html
│ │ │ │ ├── AsyncCallback.ChildrenCallback.html
│ │ │ │ ├── AsyncCallback.DataCallback.html
│ │ │ │ ├── AsyncCallback.StatCallback.html
│ │ │ │ ├── AsyncCallback.StringCallback.html
│ │ │ │ ├── AsyncCallback.VoidCallback.html
│ │ │ │ ├── AsyncCallback.html
│ │ │ │ ├── CreateMode.html
│ │ │ │ ├── KeeperException.APIErrorException.html
│ │ │ │ ├── KeeperException.AuthFailedException.html
│ │ │ │ ├── KeeperException.BadArgumentsException.html
│ │ │ │ ├── KeeperException.BadVersionException.html
│ │ │ │ ├── KeeperException.Code.html
│ │ │ │ ├── KeeperException.CodeDeprecated.html
│ │ │ │ ├── KeeperException.ConnectionLossException.html
│ │ │ │ ├── KeeperException.DataInconsistencyException.html
│ │ │ │ ├── KeeperException.InvalidACLException.html
│ │ │ │ ├── KeeperException.InvalidCallbackException.html
│ │ │ │ ├── KeeperException.MarshallingErrorException.html
│ │ │ │ ├── KeeperException.NoAuthException.html
│ │ │ │ ├── KeeperException.NoChildrenForEphemeralsException.html
│ │ │ │ ├── KeeperException.NoNodeException.html
│ │ │ │ ├── KeeperException.NodeExistsException.html
│ │ │ │ ├── KeeperException.NotEmptyException.html
│ │ │ │ ├── KeeperException.NotReadOnlyException.html
│ │ │ │ ├── KeeperException.OperationTimeoutException.html
│ │ │ │ ├── KeeperException.RuntimeInconsistencyException.html
│ │ │ │ ├── KeeperException.SessionExpiredException.html
│ │ │ │ ├── KeeperException.SessionMovedException.html
│ │ │ │ ├── KeeperException.SystemErrorException.html
│ │ │ │ ├── KeeperException.UnimplementedException.html
│ │ │ │ ├── KeeperException.html
│ │ │ │ ├── ServerAdminClient.html
│ │ │ │ ├── WatchedEvent.html
│ │ │ │ ├── Watcher.Event.EventType.html
│ │ │ │ ├── Watcher.Event.KeeperState.html
│ │ │ │ ├── Watcher.Event.html
│ │ │ │ ├── Watcher.html
│ │ │ │ ├── ZooDefs.Ids.html
│ │ │ │ ├── ZooDefs.OpCode.html
│ │ │ │ ├── ZooDefs.Perms.html
│ │ │ │ ├── ZooDefs.html
│ │ │ │ ├── ZooKeeper.States.html
│ │ │ │ ├── ZooKeeper.html
│ │ │ │ └── ZooKeeperMain.html
│ │ │ │ ├── client
│ │ │ │ ├── FourLetterWordMain.html
│ │ │ │ ├── class-use
│ │ │ │ │ └── FourLetterWordMain.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ └── package-use.html
│ │ │ │ ├── data
│ │ │ │ ├── ACL.html
│ │ │ │ ├── Id.html
│ │ │ │ ├── Stat.html
│ │ │ │ ├── StatPersisted.html
│ │ │ │ ├── StatPersistedV1.html
│ │ │ │ ├── class-use
│ │ │ │ │ ├── ACL.html
│ │ │ │ │ ├── Id.html
│ │ │ │ │ ├── Stat.html
│ │ │ │ │ ├── StatPersisted.html
│ │ │ │ │ └── StatPersistedV1.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ └── package-use.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ └── server
│ │ │ │ ├── LogFormatter.html
│ │ │ │ ├── PurgeTxnLog.html
│ │ │ │ ├── SnapshotFormatter.html
│ │ │ │ ├── ZooKeeperServerMain.html
│ │ │ │ ├── class-use
│ │ │ │ ├── LogFormatter.html
│ │ │ │ ├── PurgeTxnLog.html
│ │ │ │ ├── SnapshotFormatter.html
│ │ │ │ └── ZooKeeperServerMain.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── quorum
│ │ │ │ ├── QuorumPeerMain.html
│ │ │ │ ├── class-use
│ │ │ │ │ └── QuorumPeerMain.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ └── package-use.html
│ │ │ │ └── upgrade
│ │ │ │ ├── UpgradeMain.html
│ │ │ │ ├── class-use
│ │ │ │ └── UpgradeMain.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ └── package-use.html
│ │ ├── overview-frame.html
│ │ ├── overview-summary.html
│ │ ├── overview-tree.html
│ │ ├── package-list
│ │ ├── resources
│ │ │ ├── background.gif
│ │ │ ├── tab.gif
│ │ │ ├── titlebar.gif
│ │ │ └── titlebar_end.gif
│ │ ├── serialized-form.html
│ │ └── stylesheet.css
│ ├── bookkeeperConfig.html
│ ├── bookkeeperConfig.pdf
│ ├── bookkeeperOverview.html
│ ├── bookkeeperOverview.pdf
│ ├── bookkeeperProgrammer.html
│ ├── bookkeeperProgrammer.pdf
│ ├── bookkeeperStarted.html
│ ├── bookkeeperStarted.pdf
│ ├── bookkeeperStream.html
│ ├── bookkeeperStream.pdf
│ ├── broken-links.xml
│ ├── images
│ │ ├── 2pc.jpg
│ │ ├── bk-overview.jpg
│ │ ├── built-with-forrest-button.png
│ │ ├── favicon.ico
│ │ ├── hadoop-logo.jpg
│ │ ├── instruction_arrow.png
│ │ ├── state_dia.jpg
│ │ ├── zkcomponents.jpg
│ │ ├── zknamespace.jpg
│ │ ├── zkperfRW-3.2.jpg
│ │ ├── zkperfRW.jpg
│ │ ├── zkperfreliability.jpg
│ │ ├── zkservice.jpg
│ │ └── zookeeper_small.gif
│ ├── index.html
│ ├── index.pdf
│ ├── javaExample.html
│ ├── javaExample.pdf
│ ├── jdiff
│ │ ├── changes.html
│ │ ├── changes
│ │ │ ├── alldiffs_index_additions.html
│ │ │ ├── alldiffs_index_all.html
│ │ │ ├── alldiffs_index_changes.html
│ │ │ ├── alldiffs_index_removals.html
│ │ │ ├── changes-summary.html
│ │ │ ├── classes_index_additions.html
│ │ │ ├── classes_index_all.html
│ │ │ ├── classes_index_changes.html
│ │ │ ├── classes_index_removals.html
│ │ │ ├── constructors_index_additions.html
│ │ │ ├── constructors_index_all.html
│ │ │ ├── constructors_index_changes.html
│ │ │ ├── constructors_index_removals.html
│ │ │ ├── fields_index_additions.html
│ │ │ ├── fields_index_all.html
│ │ │ ├── fields_index_changes.html
│ │ │ ├── fields_index_removals.html
│ │ │ ├── jdiff_help.html
│ │ │ ├── jdiff_statistics.html
│ │ │ ├── jdiff_topleftframe.html
│ │ │ ├── methods_index_additions.html
│ │ │ ├── methods_index_all.html
│ │ │ ├── methods_index_changes.html
│ │ │ ├── methods_index_removals.html
│ │ │ ├── org.apache.zookeeper.ClientCnxn.html
│ │ │ ├── org.apache.zookeeper.Environment.html
│ │ │ ├── org.apache.zookeeper.KeeperException.BadArgumentsException.html
│ │ │ ├── org.apache.zookeeper.KeeperException.BadVersionException.html
│ │ │ ├── org.apache.zookeeper.KeeperException.Code.html
│ │ │ ├── org.apache.zookeeper.KeeperException.InvalidACLException.html
│ │ │ ├── org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException.html
│ │ │ ├── org.apache.zookeeper.KeeperException.NoNodeException.html
│ │ │ ├── org.apache.zookeeper.KeeperException.NodeExistsException.html
│ │ │ ├── org.apache.zookeeper.KeeperException.NotEmptyException.html
│ │ │ ├── org.apache.zookeeper.KeeperException.html
│ │ │ ├── org.apache.zookeeper.Watcher.Event.KeeperState.html
│ │ │ ├── org.apache.zookeeper.ZooDefs.OpCode.html
│ │ │ ├── org.apache.zookeeper.ZooKeeper.States.html
│ │ │ ├── org.apache.zookeeper.ZooKeeper.html
│ │ │ ├── org.apache.zookeeper.ZooKeeperMain.html
│ │ │ ├── packages_index_additions.html
│ │ │ ├── packages_index_all.html
│ │ │ ├── packages_index_changes.html
│ │ │ ├── packages_index_removals.html
│ │ │ └── pkg_org.apache.zookeeper.html
│ │ ├── missingSinces.txt
│ │ ├── stylesheet-jdiff.css
│ │ └── user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.6.xml
│ ├── linkmap.html
│ ├── linkmap.pdf
│ ├── recipes.html
│ ├── recipes.pdf
│ ├── releasenotes.html
│ ├── releasenotes.pdf
│ ├── skin
│ │ ├── CommonMessages_de.xml
│ │ ├── CommonMessages_en_US.xml
│ │ ├── CommonMessages_es.xml
│ │ ├── CommonMessages_fr.xml
│ │ ├── basic.css
│ │ ├── breadcrumbs-optimized.js
│ │ ├── breadcrumbs.js
│ │ ├── fontsize.js
│ │ ├── getBlank.js
│ │ ├── getMenu.js
│ │ ├── images
│ │ │ ├── README.txt
│ │ │ ├── add.jpg
│ │ │ ├── apache-thanks.png
│ │ │ ├── built-with-cocoon.gif
│ │ │ ├── built-with-forrest-button.png
│ │ │ ├── chapter.gif
│ │ │ ├── chapter_open.gif
│ │ │ ├── current.gif
│ │ │ ├── error.png
│ │ │ ├── external-link.gif
│ │ │ ├── fix.jpg
│ │ │ ├── forrest-credit-logo.png
│ │ │ ├── hack.jpg
│ │ │ ├── header_white_line.gif
│ │ │ ├── info.png
│ │ │ ├── instruction_arrow.png
│ │ │ ├── label.gif
│ │ │ ├── page.gif
│ │ │ ├── pdfdoc.gif
│ │ │ ├── poddoc.png
│ │ │ ├── printer.gif
│ │ │ ├── rc-b-l-15-1body-2menu-3menu.png
│ │ │ ├── rc-b-r-15-1body-2menu-3menu.png
│ │ │ ├── rc-b-r-5-1header-2tab-selected-3tab-selected.png
│ │ │ ├── rc-t-l-5-1header-2searchbox-3searchbox.png
│ │ │ ├── rc-t-l-5-1header-2tab-selected-3tab-selected.png
│ │ │ ├── rc-t-l-5-1header-2tab-unselected-3tab-unselected.png
│ │ │ ├── rc-t-r-15-1body-2menu-3menu.png
│ │ │ ├── rc-t-r-5-1header-2searchbox-3searchbox.png
│ │ │ ├── rc-t-r-5-1header-2tab-selected-3tab-selected.png
│ │ │ ├── rc-t-r-5-1header-2tab-unselected-3tab-unselected.png
│ │ │ ├── remove.jpg
│ │ │ ├── rss.png
│ │ │ ├── spacer.gif
│ │ │ ├── success.png
│ │ │ ├── txtdoc.png
│ │ │ ├── update.jpg
│ │ │ ├── valid-html401.png
│ │ │ ├── vcss.png
│ │ │ ├── warning.png
│ │ │ └── xmldoc.gif
│ │ ├── menu.js
│ │ ├── note.txt
│ │ ├── print.css
│ │ ├── profile.css
│ │ ├── prototype.js
│ │ └── screen.css
│ ├── zookeeperAdmin.html
│ ├── zookeeperAdmin.pdf
│ ├── zookeeperHierarchicalQuorums.html
│ ├── zookeeperHierarchicalQuorums.pdf
│ ├── zookeeperInternals.html
│ ├── zookeeperInternals.pdf
│ ├── zookeeperJMX.html
│ ├── zookeeperJMX.pdf
│ ├── zookeeperObservers.html
│ ├── zookeeperObservers.pdf
│ ├── zookeeperOtherInfo.html
│ ├── zookeeperOtherInfo.pdf
│ ├── zookeeperOver.html
│ ├── zookeeperOver.pdf
│ ├── zookeeperProgrammers.html
│ ├── zookeeperProgrammers.pdf
│ ├── zookeeperQuotas.html
│ ├── zookeeperQuotas.pdf
│ ├── zookeeperStarted.html
│ ├── zookeeperStarted.pdf
│ ├── zookeeperTutorial.html
│ └── zookeeperTutorial.pdf
│ ├── ivy.xml
│ ├── ivysettings.xml
│ ├── lib
│ ├── cobertura
│ │ └── README.txt
│ ├── jdiff
│ │ ├── zookeeper_3.1.1.xml
│ │ ├── zookeeper_3.4.6-SNAPSHOT.xml
│ │ └── zookeeper_3.4.6.xml
│ ├── jline-0.9.94.LICENSE.txt
│ ├── jline-0.9.94.jar
│ ├── log4j-1.2.16.LICENSE.txt
│ ├── log4j-1.2.16.jar
│ ├── netty-3.7.0.Final.jar
│ ├── slf4j-api-1.6.1.jar
│ └── slf4j-log4j12-1.6.1.jar
│ ├── recipes
│ ├── election
│ │ ├── build.xml
│ │ ├── src
│ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── recipes
│ │ │ │ └── leader
│ │ │ │ ├── LeaderElectionAware.java
│ │ │ │ ├── LeaderElectionSupport.java
│ │ │ │ └── LeaderOffer.java
│ │ └── test
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── zookeeper
│ │ │ └── recipes
│ │ │ └── leader
│ │ │ └── LeaderElectionSupportTest.java
│ ├── lock
│ │ ├── build.xml
│ │ ├── src
│ │ │ ├── c
│ │ │ │ ├── INSTALL
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── README.txt
│ │ │ │ ├── acinclude.m4
│ │ │ │ ├── aminclude.am
│ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ ├── configure.ac
│ │ │ │ ├── include
│ │ │ │ │ └── zoo_lock.h
│ │ │ │ ├── src
│ │ │ │ │ └── zoo_lock.c
│ │ │ │ └── tests
│ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ ├── Util.cc
│ │ │ │ │ ├── Util.h
│ │ │ │ │ └── zkServer.sh
│ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── recipes
│ │ │ │ └── lock
│ │ │ │ ├── LockListener.java
│ │ │ │ ├── ProtocolSupport.java
│ │ │ │ ├── WriteLock.java
│ │ │ │ ├── ZNodeName.java
│ │ │ │ └── ZooKeeperOperation.java
│ │ └── test
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── zookeeper
│ │ │ └── recipes
│ │ │ └── lock
│ │ │ ├── WriteLockTest.java
│ │ │ └── ZNodeNameTest.java
│ └── queue
│ │ ├── build.xml
│ │ ├── src
│ │ ├── c
│ │ │ ├── INSTALL
│ │ │ ├── LICENSE
│ │ │ ├── Makefile.am
│ │ │ ├── README.txt
│ │ │ ├── acinclude.m4
│ │ │ ├── aminclude.am
│ │ │ ├── c-doc.Doxyfile
│ │ │ ├── configure.ac
│ │ │ ├── include
│ │ │ │ └── zoo_queue.h
│ │ │ ├── src
│ │ │ │ └── zoo_queue.c
│ │ │ └── tests
│ │ │ │ ├── TestClient.cc
│ │ │ │ ├── TestDriver.cc
│ │ │ │ ├── Util.cc
│ │ │ │ ├── Util.h
│ │ │ │ └── zkServer.sh
│ │ └── java
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── zookeeper
│ │ │ └── recipes
│ │ │ └── queue
│ │ │ └── DistributedQueue.java
│ │ └── test
│ │ └── org
│ │ └── apache
│ │ └── zookeeper
│ │ └── recipes
│ │ └── queue
│ │ └── DistributedQueueTest.java
│ ├── src
│ ├── c
│ │ ├── ChangeLog
│ │ ├── Cli.vcproj
│ │ ├── INSTALL
│ │ ├── LICENSE
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── NOTICE.txt
│ │ ├── README
│ │ ├── acinclude.m4
│ │ ├── aclocal.m4
│ │ ├── aminclude.am
│ │ ├── autom4te.cache
│ │ │ ├── output.0
│ │ │ ├── output.1
│ │ │ ├── output.2
│ │ │ ├── output.3
│ │ │ ├── requests
│ │ │ ├── traces.0
│ │ │ ├── traces.1
│ │ │ ├── traces.2
│ │ │ └── traces.3
│ │ ├── c-doc.Doxyfile
│ │ ├── compile
│ │ ├── config.guess
│ │ ├── config.h.in
│ │ ├── config.sub
│ │ ├── configure
│ │ ├── configure.ac
│ │ ├── depcomp
│ │ ├── generated
│ │ │ ├── zookeeper.jute.c
│ │ │ └── zookeeper.jute.h
│ │ ├── include
│ │ │ ├── proto.h
│ │ │ ├── recordio.h
│ │ │ ├── winconfig.h
│ │ │ ├── winstdint.h
│ │ │ ├── zookeeper.h
│ │ │ ├── zookeeper_log.h
│ │ │ └── zookeeper_version.h
│ │ ├── install-sh
│ │ ├── ltmain.sh
│ │ ├── missing
│ │ ├── src
│ │ │ ├── cli.c
│ │ │ ├── hashtable
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── hashtable.c
│ │ │ │ ├── hashtable.h
│ │ │ │ ├── hashtable_itr.c
│ │ │ │ ├── hashtable_itr.h
│ │ │ │ └── hashtable_private.h
│ │ │ ├── load_gen.c
│ │ │ ├── mt_adaptor.c
│ │ │ ├── recordio.c
│ │ │ ├── st_adaptor.c
│ │ │ ├── winport.c
│ │ │ ├── winport.h
│ │ │ ├── zk_adaptor.h
│ │ │ ├── zk_hashtable.c
│ │ │ ├── zk_hashtable.h
│ │ │ ├── zk_log.c
│ │ │ └── zookeeper.c
│ │ ├── tests
│ │ │ ├── CollectionUtil.h
│ │ │ ├── CppAssertHelper.h
│ │ │ ├── LibCMocks.cc
│ │ │ ├── LibCMocks.h
│ │ │ ├── LibCSymTable.cc
│ │ │ ├── LibCSymTable.h
│ │ │ ├── MocksBase.cc
│ │ │ ├── MocksBase.h
│ │ │ ├── PthreadMocks.cc
│ │ │ ├── PthreadMocks.h
│ │ │ ├── TestClient.cc
│ │ │ ├── TestClientRetry.cc
│ │ │ ├── TestDriver.cc
│ │ │ ├── TestMulti.cc
│ │ │ ├── TestOperations.cc
│ │ │ ├── TestWatchers.cc
│ │ │ ├── TestZookeeperClose.cc
│ │ │ ├── TestZookeeperInit.cc
│ │ │ ├── ThreadingUtil.cc
│ │ │ ├── ThreadingUtil.h
│ │ │ ├── Util.cc
│ │ │ ├── Util.h
│ │ │ ├── Vector.h
│ │ │ ├── ZKMocks.cc
│ │ │ ├── ZKMocks.h
│ │ │ ├── wrappers-mt.opt
│ │ │ ├── wrappers.opt
│ │ │ └── zkServer.sh
│ │ ├── zookeeper.sln
│ │ └── zookeeper.vcproj
│ ├── contrib
│ │ ├── build-contrib.xml
│ │ ├── build.xml
│ │ ├── fatjar
│ │ │ ├── README.txt
│ │ │ ├── build.xml
│ │ │ ├── conf
│ │ │ │ └── mainClasses
│ │ │ └── src
│ │ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── util
│ │ │ │ └── FatJarMain.java
│ │ ├── huebrowser
│ │ │ ├── README
│ │ │ └── zkui
│ │ │ │ ├── Makefile
│ │ │ │ ├── setup.py
│ │ │ │ └── src
│ │ │ │ └── zkui
│ │ │ │ ├── __init__.py
│ │ │ │ ├── forms.py
│ │ │ │ ├── models.py
│ │ │ │ ├── rest.py
│ │ │ │ ├── settings.py
│ │ │ │ ├── static
│ │ │ │ ├── art
│ │ │ │ │ ├── line_icons.png
│ │ │ │ │ └── zkui.png
│ │ │ │ ├── bootstrap.js
│ │ │ │ ├── css
│ │ │ │ │ └── zkui.css
│ │ │ │ ├── help
│ │ │ │ │ └── index.html
│ │ │ │ └── js
│ │ │ │ │ ├── Source
│ │ │ │ │ └── Zkui
│ │ │ │ │ │ └── Zkui.js
│ │ │ │ │ └── package.yml
│ │ │ │ ├── stats.py
│ │ │ │ ├── templates
│ │ │ │ ├── clients.mako
│ │ │ │ ├── create.mako
│ │ │ │ ├── edit.mako
│ │ │ │ ├── index.mako
│ │ │ │ ├── shared_components.mako
│ │ │ │ ├── tree.mako
│ │ │ │ └── view.mako
│ │ │ │ ├── urls.py
│ │ │ │ ├── utils.py
│ │ │ │ ├── views.py
│ │ │ │ └── windmilltests.py
│ │ ├── loggraph
│ │ │ ├── README.txt
│ │ │ ├── bin
│ │ │ │ ├── loggraph-dev.sh
│ │ │ │ └── loggraph.sh
│ │ │ ├── build.xml
│ │ │ ├── ivy.xml
│ │ │ ├── src
│ │ │ │ └── java
│ │ │ │ │ └── org
│ │ │ │ │ └── apache
│ │ │ │ │ └── zookeeper
│ │ │ │ │ └── graph
│ │ │ │ │ ├── FilterException.java
│ │ │ │ │ ├── FilterOp.java
│ │ │ │ │ ├── FilterParser.java
│ │ │ │ │ ├── JsonGenerator.java
│ │ │ │ │ ├── Log4JEntry.java
│ │ │ │ │ ├── Log4JSource.java
│ │ │ │ │ ├── LogEntry.java
│ │ │ │ │ ├── LogIterator.java
│ │ │ │ │ ├── LogServer.java
│ │ │ │ │ ├── LogSkipList.java
│ │ │ │ │ ├── LogSource.java
│ │ │ │ │ ├── MeasureThroughput.java
│ │ │ │ │ ├── MergedLogSource.java
│ │ │ │ │ ├── RandomAccessFileReader.java
│ │ │ │ │ ├── TransactionEntry.java
│ │ │ │ │ ├── TxnLogSource.java
│ │ │ │ │ ├── filterops
│ │ │ │ │ ├── AndOp.java
│ │ │ │ │ ├── Arg.java
│ │ │ │ │ ├── EqualsOp.java
│ │ │ │ │ ├── GreaterThanOp.java
│ │ │ │ │ ├── LessThanOp.java
│ │ │ │ │ ├── NotOp.java
│ │ │ │ │ ├── NumberArg.java
│ │ │ │ │ ├── OrOp.java
│ │ │ │ │ ├── StringArg.java
│ │ │ │ │ ├── SymbolArg.java
│ │ │ │ │ └── XorOp.java
│ │ │ │ │ └── servlets
│ │ │ │ │ ├── FileLoader.java
│ │ │ │ │ ├── Fs.java
│ │ │ │ │ ├── GraphData.java
│ │ │ │ │ ├── JsonServlet.java
│ │ │ │ │ ├── NumEvents.java
│ │ │ │ │ ├── StaticContent.java
│ │ │ │ │ └── Throughput.java
│ │ │ └── web
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── graph
│ │ │ │ ├── log4j.properties
│ │ │ │ └── resources
│ │ │ │ ├── date.format.js
│ │ │ │ ├── g.bar.js
│ │ │ │ ├── g.dot.js
│ │ │ │ ├── g.line.js
│ │ │ │ ├── g.pie.js
│ │ │ │ ├── g.raphael.js
│ │ │ │ ├── load-big.gif
│ │ │ │ ├── load.gif
│ │ │ │ ├── loggraph.css
│ │ │ │ ├── loggraph.js
│ │ │ │ ├── loggraph.log.js
│ │ │ │ ├── loggraph.server.js
│ │ │ │ ├── loggraph.session.js
│ │ │ │ ├── loggraph.stats.js
│ │ │ │ ├── loggraph.ui.js
│ │ │ │ ├── main.html
│ │ │ │ ├── raphael.js
│ │ │ │ └── yui-min.js
│ │ ├── monitoring
│ │ │ ├── JMX-RESOURCES
│ │ │ ├── README
│ │ │ ├── cacti
│ │ │ │ └── README
│ │ │ ├── check_zookeeper.py
│ │ │ ├── ganglia
│ │ │ │ ├── README
│ │ │ │ ├── Screenshot.png
│ │ │ │ ├── modpython.conf
│ │ │ │ ├── zookeeper.pyconf
│ │ │ │ └── zookeeper_ganglia.py
│ │ │ ├── nagios
│ │ │ │ ├── README.txt
│ │ │ │ ├── Screenshot-1.png
│ │ │ │ ├── Screenshot.png
│ │ │ │ ├── hostgroups.cfg
│ │ │ │ ├── services.cfg
│ │ │ │ └── zookeeper.cfg
│ │ │ └── test.py
│ │ ├── rest
│ │ │ ├── NOTICE.txt
│ │ │ ├── README.txt
│ │ │ ├── SPEC.txt
│ │ │ ├── build.xml
│ │ │ ├── conf
│ │ │ │ ├── keys
│ │ │ │ │ ├── README
│ │ │ │ │ ├── rest.cer
│ │ │ │ │ └── rest.jks
│ │ │ │ ├── log4j.properties
│ │ │ │ └── rest.properties
│ │ │ ├── ivy.xml
│ │ │ ├── rest.sh
│ │ │ └── src
│ │ │ │ ├── java
│ │ │ │ └── org
│ │ │ │ │ └── apache
│ │ │ │ │ └── zookeeper
│ │ │ │ │ └── server
│ │ │ │ │ └── jersey
│ │ │ │ │ ├── RestMain.java
│ │ │ │ │ ├── ZooKeeperService.java
│ │ │ │ │ ├── cfg
│ │ │ │ │ ├── Credentials.java
│ │ │ │ │ ├── Endpoint.java
│ │ │ │ │ ├── HostPort.java
│ │ │ │ │ ├── HostPortSet.java
│ │ │ │ │ └── RestCfg.java
│ │ │ │ │ ├── filters
│ │ │ │ │ └── HTTPBasicAuth.java
│ │ │ │ │ ├── jaxb
│ │ │ │ │ ├── ZChildren.java
│ │ │ │ │ ├── ZChildrenJSON.java
│ │ │ │ │ ├── ZError.java
│ │ │ │ │ ├── ZPath.java
│ │ │ │ │ ├── ZSession.java
│ │ │ │ │ └── ZStat.java
│ │ │ │ │ └── resources
│ │ │ │ │ ├── JAXBContextResolver.java
│ │ │ │ │ ├── KeeperExceptionMapper.java
│ │ │ │ │ ├── RuntimeExceptionMapper.java
│ │ │ │ │ ├── SessionsResource.java
│ │ │ │ │ ├── ZErrorWriter.java
│ │ │ │ │ └── ZNodeResource.java
│ │ │ │ ├── python
│ │ │ │ ├── README.txt
│ │ │ │ ├── demo_master_election.py
│ │ │ │ ├── demo_queue.py
│ │ │ │ ├── test.py
│ │ │ │ ├── zk_dump_tree.py
│ │ │ │ └── zkrest.py
│ │ │ │ └── test
│ │ │ │ ├── org
│ │ │ │ └── apache
│ │ │ │ │ └── zookeeper
│ │ │ │ │ └── server
│ │ │ │ │ └── jersey
│ │ │ │ │ ├── Base.java
│ │ │ │ │ ├── CreateTest.java
│ │ │ │ │ ├── DeleteTest.java
│ │ │ │ │ ├── ExistsTest.java
│ │ │ │ │ ├── GetChildrenTest.java
│ │ │ │ │ ├── GetTest.java
│ │ │ │ │ ├── RestTestSuite.java
│ │ │ │ │ ├── RootTest.java
│ │ │ │ │ ├── SessionTest.java
│ │ │ │ │ ├── SetTest.java
│ │ │ │ │ └── WadlTest.java
│ │ │ │ └── zkServer.sh
│ │ ├── zkfuse
│ │ │ ├── Makefile.am
│ │ │ ├── README.txt
│ │ │ ├── build.xml
│ │ │ ├── configure.ac
│ │ │ └── src
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── blockingqueue.h
│ │ │ │ ├── doxygen.cfg
│ │ │ │ ├── event.cc
│ │ │ │ ├── event.h
│ │ │ │ ├── log.cc
│ │ │ │ ├── log.h
│ │ │ │ ├── log4cxx.properties
│ │ │ │ ├── mutex.h
│ │ │ │ ├── thread.cc
│ │ │ │ ├── thread.h
│ │ │ │ ├── zkadapter.cc
│ │ │ │ ├── zkadapter.h
│ │ │ │ └── zkfuse.cc
│ │ ├── zkperl
│ │ │ ├── Changes
│ │ │ ├── LICENSE
│ │ │ ├── MANIFEST
│ │ │ ├── Makefile.PL
│ │ │ ├── NOTICE
│ │ │ ├── README
│ │ │ ├── ZooKeeper.pm
│ │ │ ├── ZooKeeper.xs
│ │ │ ├── build.xml
│ │ │ ├── build
│ │ │ │ ├── check_zk_version.c
│ │ │ │ └── check_zk_version.h
│ │ │ ├── t
│ │ │ │ ├── 10_invalid.t
│ │ │ │ ├── 15_thread.t
│ │ │ │ ├── 20_tie.t
│ │ │ │ ├── 22_stat_tie.t
│ │ │ │ ├── 24_watch_tie.t
│ │ │ │ ├── 30_connect.t
│ │ │ │ ├── 35_log.t
│ │ │ │ ├── 40_basic.t
│ │ │ │ ├── 45_class.t
│ │ │ │ ├── 50_access.t
│ │ │ │ ├── 60_watch.t
│ │ │ │ └── util.pl
│ │ │ └── typemap
│ │ ├── zkpython
│ │ │ ├── README
│ │ │ ├── build.xml
│ │ │ ├── ivy.xml
│ │ │ └── src
│ │ │ │ ├── c
│ │ │ │ ├── pyzk_docstrings.h
│ │ │ │ └── zookeeper.c
│ │ │ │ ├── examples
│ │ │ │ ├── README
│ │ │ │ └── watch_znode_for_changes.py
│ │ │ │ ├── packages
│ │ │ │ ├── deb
│ │ │ │ │ └── zkpython.control
│ │ │ │ │ │ └── control
│ │ │ │ └── rpm
│ │ │ │ │ └── spec
│ │ │ │ │ └── zkpython.spec
│ │ │ │ ├── python
│ │ │ │ ├── setup.py
│ │ │ │ └── zk.py
│ │ │ │ └── test
│ │ │ │ ├── acl_test.py
│ │ │ │ ├── async_test.py
│ │ │ │ ├── callback_test.py
│ │ │ │ ├── clientid_test.py
│ │ │ │ ├── close_deadlock_test.py
│ │ │ │ ├── connection_test.py
│ │ │ │ ├── create_test.py
│ │ │ │ ├── delete_test.py
│ │ │ │ ├── exists_test.py
│ │ │ │ ├── get_set_test.py
│ │ │ │ ├── run_tests.sh
│ │ │ │ ├── zkServer.sh
│ │ │ │ └── zktestbase.py
│ │ ├── zktreeutil
│ │ │ ├── Makefile.am
│ │ │ ├── README.txt
│ │ │ ├── build.xml
│ │ │ ├── configure.ac
│ │ │ ├── src
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── SimpleTree.h
│ │ │ │ ├── ZkAdaptor.cc
│ │ │ │ ├── ZkAdaptor.h
│ │ │ │ ├── ZkTreeUtil.cc
│ │ │ │ ├── ZkTreeUtil.h
│ │ │ │ └── ZkTreeUtilMain.cc
│ │ │ └── tests
│ │ │ │ └── zk_sample.xml
│ │ └── zooinspector
│ │ │ ├── NOTICE.txt
│ │ │ ├── README.txt
│ │ │ ├── build.xml
│ │ │ ├── config
│ │ │ ├── defaultConnectionSettings.cfg
│ │ │ └── defaultNodeVeiwers.cfg
│ │ │ ├── icons
│ │ │ ├── edtsrclkup_co.gif
│ │ │ ├── file_obj.gif
│ │ │ ├── fldr_obj.gif
│ │ │ ├── info_obj.gif
│ │ │ ├── jspdecl.gif
│ │ │ ├── launch_run.gif
│ │ │ ├── launch_stop.gif
│ │ │ ├── new_con.gif
│ │ │ ├── refresh.gif
│ │ │ ├── save_edit.gif
│ │ │ ├── search_next.gif
│ │ │ ├── search_prev.gif
│ │ │ └── trash.gif
│ │ │ ├── ivy.xml
│ │ │ ├── lib
│ │ │ ├── jtoaster-1.0.4.jar
│ │ │ └── log4j.properties
│ │ │ ├── licences
│ │ │ ├── Apache Software Licence v2.0.txt
│ │ │ └── epl-v10.html
│ │ │ ├── src
│ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ ├── inspector
│ │ │ │ ├── ZooInspector.java
│ │ │ │ ├── encryption
│ │ │ │ │ ├── BasicDataEncryptionManager.java
│ │ │ │ │ └── DataEncryptionManager.java
│ │ │ │ ├── gui
│ │ │ │ │ ├── NodeViewersChangeListener.java
│ │ │ │ │ ├── ZooInspectorAboutDialog.java
│ │ │ │ │ ├── ZooInspectorConnectionPropertiesDialog.java
│ │ │ │ │ ├── ZooInspectorIconResources.java
│ │ │ │ │ ├── ZooInspectorNodeViewersDialog.java
│ │ │ │ │ ├── ZooInspectorNodeViewersPanel.java
│ │ │ │ │ ├── ZooInspectorPanel.java
│ │ │ │ │ ├── ZooInspectorTreeViewer.java
│ │ │ │ │ ├── about.html
│ │ │ │ │ └── nodeviewer
│ │ │ │ │ │ ├── NodeViewerACL.java
│ │ │ │ │ │ ├── NodeViewerData.java
│ │ │ │ │ │ ├── NodeViewerMetaData.java
│ │ │ │ │ │ └── ZooInspectorNodeViewer.java
│ │ │ │ ├── logger
│ │ │ │ │ └── LoggerFactory.java
│ │ │ │ └── manager
│ │ │ │ │ ├── NodeListener.java
│ │ │ │ │ ├── Pair.java
│ │ │ │ │ ├── ZooInspectorManager.java
│ │ │ │ │ ├── ZooInspectorManagerImpl.java
│ │ │ │ │ ├── ZooInspectorNodeManager.java
│ │ │ │ │ ├── ZooInspectorNodeTreeManager.java
│ │ │ │ │ └── ZooInspectorReadOnlyManager.java
│ │ │ │ └── retry
│ │ │ │ └── ZooKeeperRetry.java
│ │ │ ├── zooInspector-dev.sh
│ │ │ ├── zooInspector.cmd
│ │ │ └── zooInspector.sh
│ ├── docs
│ │ ├── forrest.properties
│ │ ├── src
│ │ │ └── documentation
│ │ │ │ ├── README.txt
│ │ │ │ ├── TODO.txt
│ │ │ │ ├── classes
│ │ │ │ └── CatalogManager.properties
│ │ │ │ ├── content
│ │ │ │ └── xdocs
│ │ │ │ │ ├── bookkeeperConfig.xml
│ │ │ │ │ ├── bookkeeperOverview.xml
│ │ │ │ │ ├── bookkeeperProgrammer.xml
│ │ │ │ │ ├── bookkeeperStarted.xml
│ │ │ │ │ ├── bookkeeperStream.xml
│ │ │ │ │ ├── index.xml
│ │ │ │ │ ├── javaExample.xml
│ │ │ │ │ ├── recipes.xml
│ │ │ │ │ ├── releasenotes.xml
│ │ │ │ │ ├── site.xml
│ │ │ │ │ ├── tabs.xml
│ │ │ │ │ ├── zookeeperAdmin.xml
│ │ │ │ │ ├── zookeeperHierarchicalQuorums.xml
│ │ │ │ │ ├── zookeeperInternals.xml
│ │ │ │ │ ├── zookeeperJMX.xml
│ │ │ │ │ ├── zookeeperObservers.xml
│ │ │ │ │ ├── zookeeperOtherInfo.xml
│ │ │ │ │ ├── zookeeperOver.xml
│ │ │ │ │ ├── zookeeperProgrammers.xml
│ │ │ │ │ ├── zookeeperQuotas.xml
│ │ │ │ │ ├── zookeeperStarted.xml
│ │ │ │ │ └── zookeeperTutorial.xml
│ │ │ │ ├── resources
│ │ │ │ └── images
│ │ │ │ │ ├── 2pc.jpg
│ │ │ │ │ ├── bk-overview.jpg
│ │ │ │ │ ├── favicon.ico
│ │ │ │ │ ├── hadoop-logo.jpg
│ │ │ │ │ ├── state_dia.dia
│ │ │ │ │ ├── state_dia.jpg
│ │ │ │ │ ├── zkarch.jpg
│ │ │ │ │ ├── zkcomponents.jpg
│ │ │ │ │ ├── zknamespace.jpg
│ │ │ │ │ ├── zkperfRW-3.2.jpg
│ │ │ │ │ ├── zkperfRW.jpg
│ │ │ │ │ ├── zkperfreliability.jpg
│ │ │ │ │ ├── zkservice.jpg
│ │ │ │ │ └── zookeeper_small.gif
│ │ │ │ └── skinconf.xml
│ │ └── status.xml
│ ├── java
│ │ ├── OldChangeLog
│ │ ├── generated
│ │ │ ├── .generated
│ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ ├── data
│ │ │ │ ├── ACL.java
│ │ │ │ ├── Id.java
│ │ │ │ ├── Stat.java
│ │ │ │ ├── StatPersisted.java
│ │ │ │ └── StatPersistedV1.java
│ │ │ │ ├── proto
│ │ │ │ ├── AuthPacket.java
│ │ │ │ ├── CheckVersionRequest.java
│ │ │ │ ├── ConnectRequest.java
│ │ │ │ ├── ConnectResponse.java
│ │ │ │ ├── CreateRequest.java
│ │ │ │ ├── CreateResponse.java
│ │ │ │ ├── DeleteRequest.java
│ │ │ │ ├── ErrorResponse.java
│ │ │ │ ├── ExistsRequest.java
│ │ │ │ ├── ExistsResponse.java
│ │ │ │ ├── GetACLRequest.java
│ │ │ │ ├── GetACLResponse.java
│ │ │ │ ├── GetChildren2Request.java
│ │ │ │ ├── GetChildren2Response.java
│ │ │ │ ├── GetChildrenRequest.java
│ │ │ │ ├── GetChildrenResponse.java
│ │ │ │ ├── GetDataRequest.java
│ │ │ │ ├── GetDataResponse.java
│ │ │ │ ├── GetMaxChildrenRequest.java
│ │ │ │ ├── GetMaxChildrenResponse.java
│ │ │ │ ├── GetSASLRequest.java
│ │ │ │ ├── MultiHeader.java
│ │ │ │ ├── ReplyHeader.java
│ │ │ │ ├── RequestHeader.java
│ │ │ │ ├── SetACLRequest.java
│ │ │ │ ├── SetACLResponse.java
│ │ │ │ ├── SetDataRequest.java
│ │ │ │ ├── SetDataResponse.java
│ │ │ │ ├── SetMaxChildrenRequest.java
│ │ │ │ ├── SetSASLRequest.java
│ │ │ │ ├── SetSASLResponse.java
│ │ │ │ ├── SetWatches.java
│ │ │ │ ├── SyncRequest.java
│ │ │ │ ├── SyncResponse.java
│ │ │ │ └── WatcherEvent.java
│ │ │ │ ├── server
│ │ │ │ ├── persistence
│ │ │ │ │ └── FileHeader.java
│ │ │ │ └── quorum
│ │ │ │ │ ├── LearnerInfo.java
│ │ │ │ │ └── QuorumPacket.java
│ │ │ │ ├── txn
│ │ │ │ ├── CheckVersionTxn.java
│ │ │ │ ├── CreateSessionTxn.java
│ │ │ │ ├── CreateTxn.java
│ │ │ │ ├── CreateTxnV0.java
│ │ │ │ ├── DeleteTxn.java
│ │ │ │ ├── ErrorTxn.java
│ │ │ │ ├── MultiTxn.java
│ │ │ │ ├── SetACLTxn.java
│ │ │ │ ├── SetDataTxn.java
│ │ │ │ ├── SetMaxChildrenTxn.java
│ │ │ │ ├── Txn.java
│ │ │ │ └── TxnHeader.java
│ │ │ │ └── version
│ │ │ │ └── Info.java
│ │ ├── lib
│ │ │ ├── cobertura
│ │ │ │ └── README.txt
│ │ │ ├── jdiff
│ │ │ │ ├── zookeeper_3.1.1.xml
│ │ │ │ ├── zookeeper_3.4.6-SNAPSHOT.xml
│ │ │ │ └── zookeeper_3.4.6.xml
│ │ │ ├── jline-0.9.94.LICENSE.txt
│ │ │ └── log4j-1.2.16.LICENSE.txt
│ │ ├── main
│ │ │ ├── org
│ │ │ │ └── apache
│ │ │ │ │ ├── jute
│ │ │ │ │ ├── BinaryInputArchive.java
│ │ │ │ │ ├── BinaryOutputArchive.java
│ │ │ │ │ ├── CsvInputArchive.java
│ │ │ │ │ ├── CsvOutputArchive.java
│ │ │ │ │ ├── Index.java
│ │ │ │ │ ├── InputArchive.java
│ │ │ │ │ ├── OutputArchive.java
│ │ │ │ │ ├── Record.java
│ │ │ │ │ ├── RecordReader.java
│ │ │ │ │ ├── RecordWriter.java
│ │ │ │ │ ├── Utils.java
│ │ │ │ │ ├── XmlInputArchive.java
│ │ │ │ │ ├── XmlOutputArchive.java
│ │ │ │ │ ├── compiler
│ │ │ │ │ │ ├── CGenerator.java
│ │ │ │ │ │ ├── CSharpGenerator.java
│ │ │ │ │ │ ├── CppGenerator.java
│ │ │ │ │ │ ├── JBoolean.java
│ │ │ │ │ │ ├── JBuffer.java
│ │ │ │ │ │ ├── JByte.java
│ │ │ │ │ │ ├── JCompType.java
│ │ │ │ │ │ ├── JDouble.java
│ │ │ │ │ │ ├── JField.java
│ │ │ │ │ │ ├── JFile.java
│ │ │ │ │ │ ├── JFloat.java
│ │ │ │ │ │ ├── JInt.java
│ │ │ │ │ │ ├── JLong.java
│ │ │ │ │ │ ├── JMap.java
│ │ │ │ │ │ ├── JRecord.java
│ │ │ │ │ │ ├── JString.java
│ │ │ │ │ │ ├── JType.java
│ │ │ │ │ │ ├── JVector.java
│ │ │ │ │ │ ├── JavaGenerator.java
│ │ │ │ │ │ ├── generated
│ │ │ │ │ │ │ ├── ParseException.java
│ │ │ │ │ │ │ ├── Rcc.java
│ │ │ │ │ │ │ ├── RccConstants.java
│ │ │ │ │ │ │ ├── RccTokenManager.java
│ │ │ │ │ │ │ ├── SimpleCharStream.java
│ │ │ │ │ │ │ ├── Token.java
│ │ │ │ │ │ │ ├── TokenMgrError.java
│ │ │ │ │ │ │ ├── package.html
│ │ │ │ │ │ │ └── rcc.jj
│ │ │ │ │ │ └── package.html
│ │ │ │ │ └── package.html
│ │ │ │ │ └── zookeeper
│ │ │ │ │ ├── AsyncCallback.java
│ │ │ │ │ ├── ClientCnxn.java
│ │ │ │ │ ├── ClientCnxnSocket.java
│ │ │ │ │ ├── ClientCnxnSocketNIO.java
│ │ │ │ │ ├── ClientWatchManager.java
│ │ │ │ │ ├── CreateMode.java
│ │ │ │ │ ├── Environment.java
│ │ │ │ │ ├── JLineZNodeCompletor.java
│ │ │ │ │ ├── KeeperException.java
│ │ │ │ │ ├── Login.java
│ │ │ │ │ ├── MultiResponse.java
│ │ │ │ │ ├── MultiTransactionRecord.java
│ │ │ │ │ ├── Op.java
│ │ │ │ │ ├── OpResult.java
│ │ │ │ │ ├── Quotas.java
│ │ │ │ │ ├── ServerAdminClient.java
│ │ │ │ │ ├── Shell.java
│ │ │ │ │ ├── StatsTrack.java
│ │ │ │ │ ├── Transaction.java
│ │ │ │ │ ├── Version.java
│ │ │ │ │ ├── WatchedEvent.java
│ │ │ │ │ ├── Watcher.java
│ │ │ │ │ ├── ZKUtil.java
│ │ │ │ │ ├── ZooDefs.java
│ │ │ │ │ ├── ZooKeeper.java
│ │ │ │ │ ├── ZooKeeperMain.java
│ │ │ │ │ ├── client
│ │ │ │ │ ├── ConnectStringParser.java
│ │ │ │ │ ├── FourLetterWordMain.java
│ │ │ │ │ ├── HostProvider.java
│ │ │ │ │ ├── StaticHostProvider.java
│ │ │ │ │ └── ZooKeeperSaslClient.java
│ │ │ │ │ ├── common
│ │ │ │ │ ├── AtomicFileOutputStream.java
│ │ │ │ │ ├── IOUtils.java
│ │ │ │ │ ├── PathTrie.java
│ │ │ │ │ └── PathUtils.java
│ │ │ │ │ ├── jmx
│ │ │ │ │ ├── CommonNames.java
│ │ │ │ │ ├── MBeanRegistry.java
│ │ │ │ │ ├── ManagedUtil.java
│ │ │ │ │ └── ZKMBeanInfo.java
│ │ │ │ │ ├── server
│ │ │ │ │ ├── ByteBufferInputStream.java
│ │ │ │ │ ├── ByteBufferOutputStream.java
│ │ │ │ │ ├── ConnectionBean.java
│ │ │ │ │ ├── ConnectionMXBean.java
│ │ │ │ │ ├── DataNode.java
│ │ │ │ │ ├── DataTree.java
│ │ │ │ │ ├── DataTreeBean.java
│ │ │ │ │ ├── DataTreeMXBean.java
│ │ │ │ │ ├── DatadirCleanupManager.java
│ │ │ │ │ ├── FinalRequestProcessor.java
│ │ │ │ │ ├── LogFormatter.java
│ │ │ │ │ ├── NIOServerCnxn.java
│ │ │ │ │ ├── NIOServerCnxnFactory.java
│ │ │ │ │ ├── NettyServerCnxn.java
│ │ │ │ │ ├── NettyServerCnxnFactory.java
│ │ │ │ │ ├── ObserverBean.java
│ │ │ │ │ ├── PrepRequestProcessor.java
│ │ │ │ │ ├── PurgeTxnLog.java
│ │ │ │ │ ├── Request.java
│ │ │ │ │ ├── RequestProcessor.java
│ │ │ │ │ ├── ServerCnxn.java
│ │ │ │ │ ├── ServerCnxnFactory.java
│ │ │ │ │ ├── ServerConfig.java
│ │ │ │ │ ├── ServerStats.java
│ │ │ │ │ ├── SessionTracker.java
│ │ │ │ │ ├── SessionTrackerImpl.java
│ │ │ │ │ ├── SnapshotFormatter.java
│ │ │ │ │ ├── Stats.java
│ │ │ │ │ ├── SyncRequestProcessor.java
│ │ │ │ │ ├── TraceFormatter.java
│ │ │ │ │ ├── UnimplementedRequestProcessor.java
│ │ │ │ │ ├── WatchManager.java
│ │ │ │ │ ├── ZKDatabase.java
│ │ │ │ │ ├── ZooKeeperSaslServer.java
│ │ │ │ │ ├── ZooKeeperServer.java
│ │ │ │ │ ├── ZooKeeperServerBean.java
│ │ │ │ │ ├── ZooKeeperServerMXBean.java
│ │ │ │ │ ├── ZooKeeperServerMain.java
│ │ │ │ │ ├── ZooTrace.java
│ │ │ │ │ ├── auth
│ │ │ │ │ │ ├── AuthenticationProvider.java
│ │ │ │ │ │ ├── DigestAuthenticationProvider.java
│ │ │ │ │ │ ├── DigestLoginModule.java
│ │ │ │ │ │ ├── IPAuthenticationProvider.java
│ │ │ │ │ │ ├── KerberosName.java
│ │ │ │ │ │ ├── ProviderRegistry.java
│ │ │ │ │ │ ├── SASLAuthenticationProvider.java
│ │ │ │ │ │ └── SaslServerCallbackHandler.java
│ │ │ │ │ ├── package.html
│ │ │ │ │ ├── persistence
│ │ │ │ │ │ ├── FileSnap.java
│ │ │ │ │ │ ├── FileTxnLog.java
│ │ │ │ │ │ ├── FileTxnSnapLog.java
│ │ │ │ │ │ ├── SnapShot.java
│ │ │ │ │ │ ├── TxnLog.java
│ │ │ │ │ │ └── Util.java
│ │ │ │ │ ├── quorum
│ │ │ │ │ │ ├── AckRequestProcessor.java
│ │ │ │ │ │ ├── AuthFastLeaderElection.java
│ │ │ │ │ │ ├── CommitProcessor.java
│ │ │ │ │ │ ├── Election.java
│ │ │ │ │ │ ├── FastLeaderElection.java
│ │ │ │ │ │ ├── Follower.java
│ │ │ │ │ │ ├── FollowerBean.java
│ │ │ │ │ │ ├── FollowerMXBean.java
│ │ │ │ │ │ ├── FollowerRequestProcessor.java
│ │ │ │ │ │ ├── FollowerZooKeeperServer.java
│ │ │ │ │ │ ├── Leader.java
│ │ │ │ │ │ ├── LeaderBean.java
│ │ │ │ │ │ ├── LeaderElection.java
│ │ │ │ │ │ ├── LeaderElectionBean.java
│ │ │ │ │ │ ├── LeaderElectionMXBean.java
│ │ │ │ │ │ ├── LeaderMXBean.java
│ │ │ │ │ │ ├── LeaderZooKeeperServer.java
│ │ │ │ │ │ ├── Learner.java
│ │ │ │ │ │ ├── LearnerHandler.java
│ │ │ │ │ │ ├── LearnerSessionTracker.java
│ │ │ │ │ │ ├── LearnerSyncRequest.java
│ │ │ │ │ │ ├── LearnerZooKeeperServer.java
│ │ │ │ │ │ ├── LocalPeerBean.java
│ │ │ │ │ │ ├── LocalPeerMXBean.java
│ │ │ │ │ │ ├── Observer.java
│ │ │ │ │ │ ├── ObserverMXBean.java
│ │ │ │ │ │ ├── ObserverRequestProcessor.java
│ │ │ │ │ │ ├── ObserverZooKeeperServer.java
│ │ │ │ │ │ ├── ProposalRequestProcessor.java
│ │ │ │ │ │ ├── QuorumBean.java
│ │ │ │ │ │ ├── QuorumCnxManager.java
│ │ │ │ │ │ ├── QuorumMXBean.java
│ │ │ │ │ │ ├── QuorumPeer.java
│ │ │ │ │ │ ├── QuorumPeerConfig.java
│ │ │ │ │ │ ├── QuorumPeerMain.java
│ │ │ │ │ │ ├── QuorumStats.java
│ │ │ │ │ │ ├── QuorumZooKeeperServer.java
│ │ │ │ │ │ ├── ReadOnlyBean.java
│ │ │ │ │ │ ├── ReadOnlyRequestProcessor.java
│ │ │ │ │ │ ├── ReadOnlyZooKeeperServer.java
│ │ │ │ │ │ ├── RemotePeerBean.java
│ │ │ │ │ │ ├── RemotePeerMXBean.java
│ │ │ │ │ │ ├── SendAckRequestProcessor.java
│ │ │ │ │ │ ├── ServerBean.java
│ │ │ │ │ │ ├── ServerMXBean.java
│ │ │ │ │ │ ├── StateSummary.java
│ │ │ │ │ │ ├── Vote.java
│ │ │ │ │ │ └── flexible
│ │ │ │ │ │ │ ├── QuorumHierarchical.java
│ │ │ │ │ │ │ ├── QuorumMaj.java
│ │ │ │ │ │ │ └── QuorumVerifier.java
│ │ │ │ │ ├── upgrade
│ │ │ │ │ │ ├── DataNodeV1.java
│ │ │ │ │ │ ├── DataTreeV1.java
│ │ │ │ │ │ ├── UpgradeMain.java
│ │ │ │ │ │ ├── UpgradeSnapShot.java
│ │ │ │ │ │ └── UpgradeSnapShotV1.java
│ │ │ │ │ └── util
│ │ │ │ │ │ ├── KerberosUtil.java
│ │ │ │ │ │ ├── OSMXBean.java
│ │ │ │ │ │ ├── Profiler.java
│ │ │ │ │ │ ├── SerializeUtils.java
│ │ │ │ │ │ └── ZxidUtils.java
│ │ │ │ │ └── version
│ │ │ │ │ └── util
│ │ │ │ │ └── VerGen.java
│ │ │ └── overview.html
│ │ ├── systest
│ │ │ ├── README.txt
│ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── test
│ │ │ │ └── system
│ │ │ │ ├── BaseSysTest.java
│ │ │ │ ├── DuplicateNameException.java
│ │ │ │ ├── GenerateLoad.java
│ │ │ │ ├── Instance.java
│ │ │ │ ├── InstanceContainer.java
│ │ │ │ ├── InstanceManager.java
│ │ │ │ ├── NoAssignmentException.java
│ │ │ │ ├── NoAvailableContainers.java
│ │ │ │ ├── QuorumPeerInstance.java
│ │ │ │ ├── SimpleClient.java
│ │ │ │ └── SimpleSysTest.java
│ │ └── test
│ │ │ ├── bin
│ │ │ ├── test-patch.properties
│ │ │ └── test-patch.sh
│ │ │ ├── checkstyle-noframes-sorted.xsl
│ │ │ ├── checkstyle.xml
│ │ │ ├── config
│ │ │ └── findbugsExcludeFile.xml
│ │ │ ├── data
│ │ │ ├── buffersize
│ │ │ │ ├── create
│ │ │ │ │ └── version-2
│ │ │ │ │ │ ├── log.1
│ │ │ │ │ │ └── snapshot.0
│ │ │ │ ├── set
│ │ │ │ │ └── version-2
│ │ │ │ │ │ ├── log.1
│ │ │ │ │ │ └── snapshot.0
│ │ │ │ └── snapshot
│ │ │ │ │ └── version-2
│ │ │ │ │ ├── log.1
│ │ │ │ │ ├── snapshot.0
│ │ │ │ │ └── snapshot.2
│ │ │ ├── invalidsnap
│ │ │ │ └── version-2
│ │ │ │ │ ├── log.1
│ │ │ │ │ ├── log.274
│ │ │ │ │ ├── log.63b
│ │ │ │ │ ├── snapshot.0
│ │ │ │ │ ├── snapshot.272
│ │ │ │ │ ├── snapshot.273
│ │ │ │ │ ├── snapshot.639
│ │ │ │ │ └── snapshot.83f
│ │ │ └── upgrade
│ │ │ │ ├── log.100000001
│ │ │ │ ├── log.100001bf0
│ │ │ │ ├── snapshot.100000000
│ │ │ │ └── snapshot.100001bec
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── zookeeper
│ │ │ ├── ClientReconnectTest.java
│ │ │ ├── JUnit4ZKTestRunner.java
│ │ │ ├── JaasConfiguration.java
│ │ │ ├── MockPacket.java
│ │ │ ├── MultiResponseTest.java
│ │ │ ├── MultiTransactionRecordTest.java
│ │ │ ├── PortAssignment.java
│ │ │ ├── TestableZooKeeper.java
│ │ │ ├── VerGenTest.java
│ │ │ ├── ZKTestCase.java
│ │ │ ├── ZooKeeperTest.java
│ │ │ ├── server
│ │ │ ├── CRCTest.java
│ │ │ ├── DataTreeTest.java
│ │ │ ├── DataTreeUnitTest.java
│ │ │ ├── DatadirCleanupManagerTest.java
│ │ │ ├── DeserializationPerfTest.java
│ │ │ ├── InvalidSnapCountTest.java
│ │ │ ├── InvalidSnapshotTest.java
│ │ │ ├── MockNIOServerCnxn.java
│ │ │ ├── NIOServerCnxnTest.java
│ │ │ ├── NettyServerCnxnTest.java
│ │ │ ├── PrepRequestProcessorTest.java
│ │ │ ├── SerializationPerfTest.java
│ │ │ ├── ServerCnxnFactoryAccessor.java
│ │ │ ├── SessionTrackerTest.java
│ │ │ ├── ToStringTest.java
│ │ │ ├── ZooKeeperServerMainTest.java
│ │ │ ├── ZooKeeperServerTest.java
│ │ │ ├── ZxidRolloverTest.java
│ │ │ ├── quorum
│ │ │ │ ├── CnxManagerTest.java
│ │ │ │ ├── FLEBackwardElectionRoundTest.java
│ │ │ │ ├── FLECompatibilityTest.java
│ │ │ │ ├── FLEDontCareTest.java
│ │ │ │ ├── FLELostMessageTest.java
│ │ │ │ ├── FLETestUtils.java
│ │ │ │ ├── LearnerTest.java
│ │ │ │ ├── QuorumPeerMainTest.java
│ │ │ │ ├── QuorumPeerTestBase.java
│ │ │ │ ├── WatchLeakTest.java
│ │ │ │ └── Zab1_0Test.java
│ │ │ └── util
│ │ │ │ └── PortForwarder.java
│ │ │ └── test
│ │ │ ├── ACLCountTest.java
│ │ │ ├── ACLRootTest.java
│ │ │ ├── ACLTest.java
│ │ │ ├── AsyncHammerTest.java
│ │ │ ├── AsyncOps.java
│ │ │ ├── AsyncOpsTest.java
│ │ │ ├── AsyncTest.java
│ │ │ ├── AtomicFileOutputStreamTest.java
│ │ │ ├── AuthTest.java
│ │ │ ├── BufferSizeTest.java
│ │ │ ├── ChrootAsyncTest.java
│ │ │ ├── ChrootClientTest.java
│ │ │ ├── ChrootTest.java
│ │ │ ├── ClientBase.java
│ │ │ ├── ClientHammerTest.java
│ │ │ ├── ClientPortBindTest.java
│ │ │ ├── ClientRetry.java
│ │ │ ├── ClientTest.java
│ │ │ ├── ConnectStringParserTest.java
│ │ │ ├── CreateModeTest.java
│ │ │ ├── DisconnectableZooKeeper.java
│ │ │ ├── DisconnectedWatcherTest.java
│ │ │ ├── EventTypeTest.java
│ │ │ ├── FLENewEpochTest.java
│ │ │ ├── FLEPredicateTest.java
│ │ │ ├── FLERestartTest.java
│ │ │ ├── FLETest.java
│ │ │ ├── FLEZeroWeightTest.java
│ │ │ ├── FollowerResyncConcurrencyTest.java
│ │ │ ├── FollowerTest.java
│ │ │ ├── FourLetterWordsQuorumTest.java
│ │ │ ├── FourLetterWordsTest.java
│ │ │ ├── GetChildren2Test.java
│ │ │ ├── HierarchicalQuorumTest.java
│ │ │ ├── IntegrityCheck.java
│ │ │ ├── InvalidSnapshotTest.java
│ │ │ ├── JMXEnv.java
│ │ │ ├── KeeperStateTest.java
│ │ │ ├── LENonTerminateTest.java
│ │ │ ├── LETest.java
│ │ │ ├── LoadFromLogTest.java
│ │ │ ├── MaxCnxnsTest.java
│ │ │ ├── MultiTransactionTest.java
│ │ │ ├── NioNettySuiteBase.java
│ │ │ ├── NioNettySuiteHammerTest.java
│ │ │ ├── NioNettySuiteTest.java
│ │ │ ├── NullDataTest.java
│ │ │ ├── OOMTest.java
│ │ │ ├── OSMXBeanTest.java
│ │ │ ├── ObserverHierarchicalQuorumTest.java
│ │ │ ├── ObserverLETest.java
│ │ │ ├── ObserverQuorumHammerTest.java
│ │ │ ├── ObserverTest.java
│ │ │ ├── PurgeTxnTest.java
│ │ │ ├── QuorumBase.java
│ │ │ ├── QuorumHammerTest.java
│ │ │ ├── QuorumQuotaTest.java
│ │ │ ├── QuorumTest.java
│ │ │ ├── QuorumUtil.java
│ │ │ ├── QuorumZxidSyncTest.java
│ │ │ ├── ReadOnlyModeTest.java
│ │ │ ├── RecoveryTest.java
│ │ │ ├── RepeatStartupTest.java
│ │ │ ├── RestoreCommittedLogTest.java
│ │ │ ├── SaslAuthDesignatedClientTest.java
│ │ │ ├── SaslAuthDesignatedServerTest.java
│ │ │ ├── SaslAuthFailDesignatedClientTest.java
│ │ │ ├── SaslAuthFailNotifyTest.java
│ │ │ ├── SaslAuthFailTest.java
│ │ │ ├── SaslAuthMissingClientConfigTest.java
│ │ │ ├── SaslAuthTest.java
│ │ │ ├── SaslClientTest.java
│ │ │ ├── SessionInvalidationTest.java
│ │ │ ├── SessionTest.java
│ │ │ ├── SledgeHammer.java
│ │ │ ├── StandaloneTest.java
│ │ │ ├── StatTest.java
│ │ │ ├── StaticHostProviderTest.java
│ │ │ ├── SyncCallTest.java
│ │ │ ├── TestHammer.java
│ │ │ ├── TruncateTest.java
│ │ │ ├── UpgradeTest.java
│ │ │ ├── WatchEventWhenAutoReset.java
│ │ │ ├── WatchedEventTest.java
│ │ │ ├── WatcherFuncTest.java
│ │ │ ├── WatcherTest.java
│ │ │ ├── ZkDatabaseCorruptionTest.java
│ │ │ ├── ZooKeeperQuotaTest.java
│ │ │ └── ZooKeeperTestClient.java
│ ├── lastRevision.bat
│ ├── lastRevision.sh
│ ├── packages
│ │ ├── deb
│ │ │ ├── init.d
│ │ │ │ └── zookeeper
│ │ │ └── zookeeper.control
│ │ │ │ ├── conffile
│ │ │ │ ├── control
│ │ │ │ ├── postinst
│ │ │ │ ├── postrm
│ │ │ │ ├── preinst
│ │ │ │ └── prerm
│ │ ├── rpm
│ │ │ ├── init.d
│ │ │ │ └── zookeeper
│ │ │ └── spec
│ │ │ │ └── zookeeper.spec
│ │ ├── templates
│ │ │ └── conf
│ │ │ │ └── zookeeper-env.sh
│ │ └── update-zookeeper-env.sh
│ ├── recipes
│ │ ├── README.txt
│ │ ├── build-recipes.xml
│ │ ├── build.xml
│ │ ├── election
│ │ │ ├── README.txt
│ │ │ ├── build.xml
│ │ │ ├── src
│ │ │ │ └── java
│ │ │ │ │ └── org
│ │ │ │ │ └── apache
│ │ │ │ │ └── zookeeper
│ │ │ │ │ └── recipes
│ │ │ │ │ └── leader
│ │ │ │ │ ├── LeaderElectionAware.java
│ │ │ │ │ ├── LeaderElectionSupport.java
│ │ │ │ │ └── LeaderOffer.java
│ │ │ └── test
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── recipes
│ │ │ │ └── leader
│ │ │ │ └── LeaderElectionSupportTest.java
│ │ ├── lock
│ │ │ ├── README.txt
│ │ │ ├── build.xml
│ │ │ ├── src
│ │ │ │ ├── c
│ │ │ │ │ ├── INSTALL
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── acinclude.m4
│ │ │ │ │ ├── aminclude.am
│ │ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ │ ├── configure.ac
│ │ │ │ │ ├── include
│ │ │ │ │ │ └── zoo_lock.h
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── zoo_lock.c
│ │ │ │ │ └── tests
│ │ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ │ ├── Util.cc
│ │ │ │ │ │ ├── Util.h
│ │ │ │ │ │ └── zkServer.sh
│ │ │ │ └── java
│ │ │ │ │ └── org
│ │ │ │ │ └── apache
│ │ │ │ │ └── zookeeper
│ │ │ │ │ └── recipes
│ │ │ │ │ └── lock
│ │ │ │ │ ├── LockListener.java
│ │ │ │ │ ├── ProtocolSupport.java
│ │ │ │ │ ├── WriteLock.java
│ │ │ │ │ ├── ZNodeName.java
│ │ │ │ │ └── ZooKeeperOperation.java
│ │ │ └── test
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── recipes
│ │ │ │ └── lock
│ │ │ │ ├── WriteLockTest.java
│ │ │ │ └── ZNodeNameTest.java
│ │ └── queue
│ │ │ ├── README.txt
│ │ │ ├── build.xml
│ │ │ ├── src
│ │ │ ├── c
│ │ │ │ ├── INSTALL
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── README.txt
│ │ │ │ ├── acinclude.m4
│ │ │ │ ├── aminclude.am
│ │ │ │ ├── c-doc.Doxyfile
│ │ │ │ ├── configure.ac
│ │ │ │ ├── include
│ │ │ │ │ └── zoo_queue.h
│ │ │ │ ├── src
│ │ │ │ │ └── zoo_queue.c
│ │ │ │ └── tests
│ │ │ │ │ ├── TestClient.cc
│ │ │ │ │ ├── TestDriver.cc
│ │ │ │ │ ├── Util.cc
│ │ │ │ │ ├── Util.h
│ │ │ │ │ └── zkServer.sh
│ │ │ └── java
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── zookeeper
│ │ │ │ └── recipes
│ │ │ │ └── queue
│ │ │ │ └── DistributedQueue.java
│ │ │ └── test
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── zookeeper
│ │ │ └── recipes
│ │ │ └── queue
│ │ │ └── DistributedQueueTest.java
│ └── zookeeper.jute
│ └── zookeeper-3.4.6.jar
└── zookeeper.sh
/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Kafka集群部署
3 |
4 | > Kafka版本为2.11-0.9.0.0,Zookeeper版本为3.4.6。
5 |
6 | ## 一、ZookeeperCloud
7 |
8 | **1、安装**
9 |
10 | ./zookeeper.sh install
11 |
12 | **2、启动**
13 |
14 | ./zookeeper.sh start
15 |
16 | **3、查看状态**
17 |
18 | ./zookeeper.sh status
19 |
20 | `注意`:有些服务器会出现“Error contacting service. It is probably not running.”错误,但是zookeeper已经正确运行。
21 |
22 | **4、重启**
23 |
24 | ./zookeeper.sh restart
25 |
26 | **5、停止**
27 |
28 | ./zookeeper.sh stop
29 |
30 | **6、删除索引以及日志文件**
31 |
32 | ./zookeeper.sh deldata
33 |
34 | **7、删除全部文件**
35 |
36 | ./zookeeper.sh delall
37 |
38 |
39 | ## 二、KafkaCloud
40 |
41 | **1、安装**
42 |
43 | ./kafka.sh install
44 |
45 | > 需要在每个节点的kafka-cluster-deploy/kafka-cloud/kafka_2.11-0.9.0.0/config/server.properties配置文件中将broker.id配置不同。
46 |
47 | **2、启动**
48 |
49 | `1)显示日志信息`
50 | ./kafka.sh start
51 |
52 | `2)不显示日志信息`
53 | ./kafka.sh start &> /dev/null
54 |
55 | **3、查看状态**
56 |
57 | ./kafka.sh status
58 |
59 | **4、停止**
60 |
61 | ./kafka.sh stop
62 |
63 | **5、删除索引以及日志文件**
64 |
65 | ./kafka.sh deldata
66 |
67 | **6、删除全部文件**
68 |
69 | ./kafka.sh delall
70 |
71 | 注意事项:部署时,最好关闭防火墙。
72 |
--------------------------------------------------------------------------------
/ips:
--------------------------------------------------------------------------------
1 | kafka@ssd1
2 | kafka@ssd2
3 |
--------------------------------------------------------------------------------
/kafka-cloud/README.md:
--------------------------------------------------------------------------------
1 |
2 | # 注意事项
3 |
4 | 1. 启动时,会自动在该目录下创建kafka-logs文件夹,默认主目录是相对于启动目录的。
5 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0.tgz
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/connect-distributed.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | base_dir=$(dirname $0)
18 |
19 | if [ "x$KAFKA_LOG4J_OPTS" = "x" ]; then
20 | export KAFKA_LOG4J_OPTS="-Dlog4j.configuration=file:$base_dir/../config/connect-log4j.properties"
21 | fi
22 |
23 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.connect.cli.ConnectDistributed "$@"
24 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/connect-standalone.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | base_dir=$(dirname $0)
18 |
19 | if [ "x$KAFKA_LOG4J_OPTS" = "x" ]; then
20 | export KAFKA_LOG4J_OPTS="-Dlog4j.configuration=file:$base_dir/../config/connect-log4j.properties"
21 | fi
22 |
23 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.connect.cli.ConnectStandalone "$@"
24 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-acls.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.AclCommand $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-configs.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ConfigCommand $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-console-consumer.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
18 | export KAFKA_HEAP_OPTS="-Xmx512M"
19 | fi
20 |
21 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsoleConsumer $@
22 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-console-producer.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
18 | export KAFKA_HEAP_OPTS="-Xmx512M"
19 | fi
20 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsoleProducer $@
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-consumer-groups.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ConsumerGroupCommand $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-consumer-offset-checker.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-consumer-perf-test.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
18 | export KAFKA_HEAP_OPTS="-Xmx512M"
19 | fi
20 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsumerPerformance $@
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-mirror-maker.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.MirrorMaker $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-preferred-replica-election.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.PreferredReplicaLeaderElectionCommand $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-producer-perf-test.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
18 | export KAFKA_HEAP_OPTS="-Xmx512M"
19 | fi
20 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.ProducerPerformance $@
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-reassign-partitions.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ReassignPartitionsCommand $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-replay-log-producer.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ReplayLogProducer $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-replica-verification.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.ReplicaVerificationTool $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-server-stop.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 | ps ax | grep -i 'kafka\.Kafka' | grep java | grep -v grep | awk '{print $1}' | xargs kill -SIGTERM
17 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-simple-consumer-shell.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.tools.SimpleConsumerShell $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-topics.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.TopicCommand $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-verifiable-consumer.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
18 | export KAFKA_HEAP_OPTS="-Xmx512M"
19 | fi
20 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.VerifiableConsumer $@
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/kafka-verifiable-producer.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
18 | export KAFKA_HEAP_OPTS="-Xmx512M"
19 | fi
20 | exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.VerifiableProducer $@
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-acls.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.admin.AclCommand %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-console-consumer.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | SetLocal
18 | set KAFKA_HEAP_OPTS=-Xmx512M
19 | %~dp0kafka-run-class.bat kafka.tools.ConsoleConsumer %*
20 | EndLocal
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-console-producer.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | SetLocal
18 | set KAFKA_HEAP_OPTS=-Xmx512M
19 | %~dp0kafka-run-class.bat kafka.tools.ConsoleProducer %*
20 | EndLocal
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-consumer-offset-checker.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.tools.ConsumerOffsetChecker %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-consumer-perf-test.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | SetLocal
18 | set KAFKA_HEAP_OPTS=-Xmx512M -Xms512M
19 | %~dp0kafka-run-class.bat kafka.tools.ConsumerPerformance %*
20 | EndLocal
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-mirror-maker.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.tools.MirrorMaker %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-preferred-replica-election.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.admin.PreferredReplicaLeaderElectionCommand %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-producer-perf-test.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | SetLocal
18 | set KAFKA_HEAP_OPTS=-Xmx512M
19 | %~dp0kafka-run-class.bat org.apache.kafka.tools.ProducerPerformance %*
20 | EndLocal
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-reassign-partitions.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.admin.ReassignPartitionsCommand %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-replay-log-producer.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.tools.ReplayLogProducer %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-replica-verification.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.tools.ReplicaVerificationTool %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-server-start.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | IF [%1] EQU [] (
18 | echo USAGE: %0 server.properties
19 | EXIT /B 1
20 | )
21 |
22 | SetLocal
23 | set KAFKA_LOG4J_OPTS=-Dlog4j.configuration=file:%~dp0../../config/log4j.properties
24 | set KAFKA_HEAP_OPTS=-Xmx1G -Xms1G
25 | %~dp0kafka-run-class.bat kafka.Kafka %*
26 | EndLocal
27 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-server-stop.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | wmic process where (commandline like "%%kafka.Kafka%%" and not name="wmic.exe") delete
18 | rem ps ax | grep -i 'kafka.Kafka' | grep -v grep | awk '{print $1}' | xargs kill -SIGTERM
19 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-simple-consumer-shell.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.tools.SimpleConsumerShell %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/kafka-topics.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | %~dp0kafka-run-class.bat kafka.admin.TopicCommand %*
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/zookeeper-server-stop.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | wmic process where (commandline like "%%zookeeper%%" and not name="wmic.exe") delete
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/windows/zookeeper-shell.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | rem Licensed to the Apache Software Foundation (ASF) under one or more
3 | rem contributor license agreements. See the NOTICE file distributed with
4 | rem this work for additional information regarding copyright ownership.
5 | rem The ASF licenses this file to You under the Apache License, Version 2.0
6 | rem (the "License"); you may not use this file except in compliance with
7 | rem the License. You may obtain a copy of the License at
8 | rem
9 | rem http://www.apache.org/licenses/LICENSE-2.0
10 | rem
11 | rem Unless required by applicable law or agreed to in writing, software
12 | rem distributed under the License is distributed on an "AS IS" BASIS,
13 | rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | rem See the License for the specific language governing permissions and
15 | rem limitations under the License.
16 |
17 | IF [%1] EQU [] (
18 | echo USAGE: %0 zookeeper_host:port[/path] [args...]
19 | EXIT /B 1
20 | )
21 |
22 | %~dp0kafka-run-class.bat org.apache.zookeeper.ZooKeeperMain -server %*
23 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/zookeeper-security-migration.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | exec $(dirname $0)/kafka-run-class.sh kafka.admin.ZkSecurityMigrator $@
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/zookeeper-server-stop.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 | ps ax | grep -i 'zookeeper' | grep -v grep | awk '{print $1}' | xargs kill -SIGINT
17 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/bin/zookeeper-shell.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Licensed to the Apache Software Foundation (ASF) under one or more
3 | # contributor license agreements. See the NOTICE file distributed with
4 | # this work for additional information regarding copyright ownership.
5 | # The ASF licenses this file to You under the Apache License, Version 2.0
6 | # (the "License"); you may not use this file except in compliance with
7 | # the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 |
17 | if [ $# -lt 1 ];
18 | then
19 | echo "USAGE: $0 zookeeper_host:port[/path] [args...]"
20 | exit 1
21 | fi
22 |
23 | exec $(dirname $0)/kafka-run-class.sh org.apache.zookeeper.ZooKeeperMain -server "$@"
24 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/config/connect-console-sink.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | name=local-console-sink
17 | connector.class=org.apache.kafka.connect.file.FileStreamSinkConnector
18 | tasks.max=1
19 | topics=connect-test
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/config/connect-console-source.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | name=local-console-source
17 | connector.class=org.apache.kafka.connect.file.FileStreamSourceConnector
18 | tasks.max=1
19 | topic=connect-test
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/config/connect-file-sink.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | name=local-file-sink
17 | connector.class=org.apache.kafka.connect.file.FileStreamSinkConnector
18 | tasks.max=1
19 | file=test.sink.txt
20 | topics=connect-test
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/config/connect-file-source.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | name=local-file-source
17 | connector.class=org.apache.kafka.connect.file.FileStreamSourceConnector
18 | tasks.max=1
19 | file=test.txt
20 | topic=connect-test
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/config/connect-log4j.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | log4j.rootLogger=INFO, stdout
17 |
18 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender
19 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
20 | log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n
21 |
22 | log4j.logger.org.apache.zookeeper=ERROR
23 | log4j.logger.org.I0Itec.zkclient=ERROR
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/config/tools-log4j.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 |
16 | log4j.rootLogger=WARN, stderr
17 |
18 | log4j.appender.stderr=org.apache.log4j.ConsoleAppender
19 | log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
20 | log4j.appender.stderr.layout.ConversionPattern=[%d] %p %m (%c)%n
21 | log4j.appender.stderr.Target=System.err
22 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/config/zookeeper.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one or more
2 | # contributor license agreements. See the NOTICE file distributed with
3 | # this work for additional information regarding copyright ownership.
4 | # The ASF licenses this file to You under the Apache License, Version 2.0
5 | # (the "License"); you may not use this file except in compliance with
6 | # the License. You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 | # the directory where the snapshot is stored.
16 | dataDir=/tmp/zookeeper
17 | # the port at which the clients will connect
18 | clientPort=2181
19 | # disable the per-ip limit on the number of connections since this is a non-production config
20 | maxClientCnxns=0
21 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/aopalliance-repackaged-2.4.0-b31.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/aopalliance-repackaged-2.4.0-b31.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/argparse4j-0.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/argparse4j-0.5.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-api-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-api-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-file-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-file-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-json-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-json-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-runtime-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/connect-runtime-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-api-2.4.0-b31.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-api-2.4.0-b31.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-locator-2.4.0-b31.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-locator-2.4.0-b31.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-utils-2.4.0-b31.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/hk2-utils-2.4.0-b31.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-annotations-2.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-annotations-2.5.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-core-2.5.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-core-2.5.4.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-databind-2.5.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-databind-2.5.4.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-base-2.5.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-base-2.5.4.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-json-provider-2.5.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-jaxrs-json-provider-2.5.4.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-module-jaxb-annotations-2.5.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jackson-module-jaxb-annotations-2.5.4.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/javassist-3.18.1-GA.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javassist-3.18.1-GA.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.annotation-api-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.annotation-api-1.2.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-2.4.0-b31.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.inject-2.4.0-b31.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.servlet-api-3.1.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.servlet-api-3.1.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.ws.rs-api-2.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/javax.ws.rs-api-2.0.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-client-2.22.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-client-2.22.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-common-2.22.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-common-2.22.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-2.22.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-2.22.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-core-2.22.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-container-servlet-core-2.22.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-guava-2.22.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-guava-2.22.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-media-jaxb-2.22.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-media-jaxb-2.22.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-server-2.22.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jersey-server-2.22.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-http-9.2.12.v20150709.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-http-9.2.12.v20150709.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-io-9.2.12.v20150709.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-io-9.2.12.v20150709.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-security-9.2.12.v20150709.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-security-9.2.12.v20150709.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-server-9.2.12.v20150709.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-server-9.2.12.v20150709.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-servlet-9.2.12.v20150709.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-servlet-9.2.12.v20150709.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-util-9.2.12.v20150709.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jetty-util-9.2.12.v20150709.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/jopt-simple-3.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/jopt-simple-3.2.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-clients-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-clients-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-log4j-appender-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-log4j-appender-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-tools-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka-tools-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-javadoc.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-javadoc.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-javadoc.jar.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 | Version: BCPG v1.51
3 |
4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qDdsP/1c3hK2gedYqbyA7e+cVA+7G
5 | O0tBU5Qkv6t2reRie8/bCYNJhBJXWqq5X7PnWvnOLT2pbch4EpoPqn7ZYD40tUhz
6 | wSrjucoMPEEDZEY3zsZ+/xQVmMpATGw8Tn5ATFUr/P3eY0bWZNaqi+US+Znwmw8m
7 | XUMpir39h/D7/De6qI68K5iQVFcLrUfQwKzvPQ5qkEdzW/miQRms7ACCtveMo2bP
8 | cxVZtUGQ3q9DE1X837tKNgakm4/w3KsI2xFlVF3FwDbc9dhqSkN/ski50h1EWKxj
9 | FM8TmYPdf9RLWTmxoH5L3Y23yOIV5lUvfMkBENwyib3LVg/7jzWGfsi7uTPFZVOs
10 | 9jB6xWEhxLMt0fXmimZ0IwWU1p7CBUoKBdJm5wBoiQdQq9YC3rTmCWAlejRtle7z
11 | CyZz5Ge6BlgqJSaGGHuY5Bybe9jPwigKG8gXVcZQiKSlfjR02eqL7k6ZtE4BHezr
12 | ji4SX7pXioYsgAuZEcHa9q8uLvRXc2+xYOaTwjhQtjJO+79qNW+boQezmhFf8ENB
13 | tXsfY8Nw8raSWo1e2Vzkhv5OwT04Gjf2H+Vno1pYdB81h9ijaPWAy4HCnmR5FO5x
14 | brlXxfhDYrZmfwGZQVNdPYfpXVV/2X6jP9dC7h2TtGEovpIALInWLwcG4CGd60r7
15 | EjgFhvZnh39ZAyukQAiR
16 | =O0In
17 | -----END PGP SIGNATURE-----
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-scaladoc.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-scaladoc.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-scaladoc.jar.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 | Version: BCPG v1.51
3 |
4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qSo8P/jm3EJV29BsSZhoUUOzk0wo9
5 | u6w7XJPD0z72j9Ufx6pKonRV/IJV8wZ1EMWfVefS/1QlJlHhGG16tJ7qphTI4ma3
6 | hbSQHnZ7k52ZW54noBZ/sAvziUHs4QO96P1msu8ifx4H88NcFhF06bQpVGvyr/Ax
7 | dHG1yqqh3ZWjcQS0AZdR1JbF+7HBaNzGL/bMzEpivartyj68HSuGlowQ1S1f0p/0
8 | sX65CdPiEKpRRlHCF7vMgzJXGkumP0d0IzRkJqWnuXgixeW62xB1/UONxbMm7zwc
9 | fAt1pbclPl/GwL2wJN/Jka6bulrhRwnmpUL51zFyG3GuBbGJ+Zz2+hxvpI2AQ2tQ
10 | Qqet7T4IiLyiwfJWaOL5gO0p4/vzHByWjSrM+NGVqzYWBgC5OblIw3ZETI4wbkFW
11 | ZgbmXxtS7JLiNZea6I2wXzuA+3nvt5P13jQd3FNXynsiAsqc9t1sDZdCKu/CxJdt
12 | ekju3ujBu6sWZ/tyxNVWVq6XLiGSPNwv+zd/AmPwR8QqBh/nTas82F6D46OygxMZ
13 | LlJXjA/Sp7VV8bfajKrPA43AeRsLiQoGyAV3KkvS4Dp8wosoin8G6sQBUjFh9Vl4
14 | WDKDFntKM5gE4s+yCa0w5Y+00FK+3PlDsllpL9ZqN6g7L0Nu+/WUB3uzQvq+1znk
15 | eCIOacXluEwRA0Hp4fDy
16 | =JBVR
17 | -----END PGP SIGNATURE-----
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-sources.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-sources.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-sources.jar.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 | Version: BCPG v1.51
3 |
4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qKNIP/inNgCGoB6ArgYz6MViMc8wM
5 | /eUhEcLwkBfU7b6FsEx8H5gvAPaY5hXtC3KTtxLjLnTRhzEeMcLb0Cigyy97X0vc
6 | oX6ZIGifu0FTlw4Z8foDr7d26nIL79FTgyHvHSTVr1bkQW916t4F5er/THAVdEWq
7 | h1aOh+sFWypdgsLKfHxzpVqHu5ZYfa/ukqBzYodOHjsCnKcHfRoO8o74p08i7dJ0
8 | dj9pM2pQ7FqB2uzi2ZwC1j/fhKDqMKhMFvNt4OTD8oWyo7Da2UcI2DqQAeC+LWQd
9 | xUhTWyhebF6OuiSNG1LN6o4/QwmpvpF5BU4MFJd3Es7CcSjLkg8Rlke27AhY4jS8
10 | iDC4h5yACkDdr6rDYezi9LNvbAPRBptYB+Rd1cgEFwwrLhk3FtDzULoizcUCu58c
11 | TviVOfAej/mHourHcJQP2kyNKqcHjRZhWg50d4++oAos9jjS8aDpMpPpD8B2K17o
12 | jg955ZPMSdSBeXI7ZAHAMmCcM9qXn0tHZJgA1UkXj/LgHXPvK9fzTVA6P+/WEEQe
13 | iMVzcoN5kAnFzCEtMYNjUsUBUu94b9gkM5kL+jCtzHSv5mCXD992MhYbpfeJSicm
14 | ceaf1fgcMsWg7gKcVpxwm0sj7ApwTwc9GRf8Q1umTB2sgCpS/Bnt9Y9YNLBqkF8T
15 | ss3uTP6aW8gmmc0XSnoW
16 | =/Qqg
17 | -----END PGP SIGNATURE-----
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-test.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-test.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0-test.jar.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 | Version: BCPG v1.51
3 |
4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qlY8QAJMS3WkjRNjnU895ll4RqrWr
5 | leNB6VR+NKqYvOq//sudM8dAKz/VPCvORSSbfLL+EsYf525ce4NjSks/uJB7KjhP
6 | QFxEqG4lEbfymNpKnL4x0ezePUHziduKcho7nZSV9hyvcdifqV+nPF205mSiaxrZ
7 | /OGqKgoXBFc5066qEHUMRoCvN4q1QiAD+GU83wBrMlwy6GTsGCLeREGof85Ke57E
8 | J7SMIZ2ECExx3yaKPqXAQ2wFYAORug6PSdUvZthIQ2DhS6Fw5H8OUwJNcSAAvA4A
9 | HGUhiAUFNRWxpiZdWBqcqnh2rUC3azq7wyF5hb1sS4R8onXt/V9JGZrXtl/m6pQE
10 | N3gFzPSYlC2TAPxe9sYKdns8o26G3Nz/Xodl1nisDMMdwxn2S2k4azpMvCbOrvG1
11 | 1sqS22I5py1nJwIKXVMdO2nLgvd+ZbmWiICE4RaRfnpq2XkHQAVdNn3f5ga/TYdr
12 | TjKVNHg0xdJWJ2Ay+sOKZuKscrbJPTnabkgfuj2fFvUmYTNvQyq1tGla21X+DaeG
13 | 9Q0XJKUcC2entiRdPzljTuLHsxfm4rToDfYNYBqsFFgDfpIGfPwpG5ns9L/NBvpN
14 | 170HSDKu8G+SLe9/S/Z4e+DuHnSmZDBu3zFS5EivuDsRBb2gibni1svi3g1vMzQF
15 | EBX+ir7IOXND/UTOyCl9
16 | =pcIE
17 | -----END PGP SIGNATURE-----
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/kafka_2.11-0.9.0.0.jar.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 | Version: BCPG v1.51
3 |
4 | iQIcBAABAgAGBQJWT8KMAAoJEKth9w/gph7qitEQAJs8v/0Rvh99PFoFtan7feIH
5 | d7s9oHYJj8pZTOMbtS62issYntiTHvZ/AzrvCedL/pCKKxZIJOZGo2fHJF3pkFyD
6 | U0eTdgCHpeS/g64H1cBgEtluFz/jclCCIdoi6DxpKdFeCxQZWsXIDnplPMcPmQkw
7 | 6NWsovfk9sHSZmw4tjjPGArJiYps1qNvzjb9XOrlkAWktmtnQY8P3UPNK1rO7kR2
8 | J0d2e4f9I64ifgz7JBZXbvgkPI4255UdoBE0htk0Bsbzbe0oINzXWQZBiLfkWvjf
9 | WJhjPU/DrqvNDAeyT9FL1ZKtHeSacE8HCXy9v2/RufJIxUGGTGeQEtSyUhO4+Wh4
10 | SNh2lyTDzpJXezRjOHm8pLNyT/bl4Chet4Jll423DDcYJLN+bjGKa13V3Tr3KGh2
11 | FgYbdPHaNQ3kMlaY2x9E85z6ofSMH1Fya6o5K6Y+uMBhOqkyKwKyXFoI3xssbJxB
12 | 9m+cyTftm1mSSBtdasi0nKFjLl4QeQ1NuEeVlKJjvwfTpfXIvRPqGgksE9CCxys4
13 | dQYFouRf84tuiQB6yvTYf2sTZlVLbj9eAlezmowJLXUDTwl7EGWJslXk9CwzlO9O
14 | N9xpFDH6XPk58BtVBLVXnkqZwb5qeEmXBJ6azToMhsnu6Nld08hxMBP8N8RjK8oh
15 | im5O1JFyTFbBz3iKmoO2
16 | =pghC
17 | -----END PGP SIGNATURE-----
18 |
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/log4j-1.2.17.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/log4j-1.2.17.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/lz4-1.2.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/lz4-1.2.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/metrics-core-2.2.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/metrics-core-2.2.0.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/osgi-resource-locator-1.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/osgi-resource-locator-1.0.1.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-library-2.11.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-library-2.11.7.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-parser-combinators_2.11-1.0.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-parser-combinators_2.11-1.0.4.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-xml_2.11-1.0.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/scala-xml_2.11-1.0.4.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-api-1.7.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-api-1.7.6.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-log4j12-1.7.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/slf4j-log4j12-1.7.6.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/snappy-java-1.1.1.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/snappy-java-1.1.1.7.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/validation-api-1.1.0.Final.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/validation-api-1.1.0.Final.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/zkclient-0.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/zkclient-0.7.jar
--------------------------------------------------------------------------------
/kafka-cloud/kafka_2.11-0.9.0.0/libs/zookeeper-3.4.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/kafka-cloud/kafka_2.11-0.9.0.0/libs/zookeeper-3.4.6.jar
--------------------------------------------------------------------------------
/zookeeper-cloud/README.md:
--------------------------------------------------------------------------------
1 |
2 | ## 版本信息
3 |
4 | > zookeeper-3.4.6
5 |
6 | ## 注意:
7 |
8 | 1、设置zookeeper.out的输出路径:export ZOO_LOG_DIR=~/zookeeper-cloud
9 |
10 | 2、zk_data和zk_logs需要在该目录中创建
11 |
12 | 3、需要在zk_data中创建myid,myid中的内容对应zoo.cfg中的机器序号
13 |
14 | 4、在zoo.cfg中配置zookeeper集群的ip、端口信息
15 |
16 |
--------------------------------------------------------------------------------
/zookeeper-cloud/zookeeper-3.4.6.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6.tar.gz
--------------------------------------------------------------------------------
/zookeeper-cloud/zookeeper-3.4.6/bin/README.txt:
--------------------------------------------------------------------------------
1 | This directory contain scripts that allow easy access (classpath in particular)
2 | to the ZooKeeper server and command line client.
3 |
4 | Files ending in .sh are unix and cygwin compatible
5 |
6 | Files ending in .cmd are msdos/windows compatible
7 |
--------------------------------------------------------------------------------
/zookeeper-cloud/zookeeper-3.4.6/bin/zkCli.cmd:
--------------------------------------------------------------------------------
1 | @echo off
2 | REM Licensed to the Apache Software Foundation (ASF) under one or more
3 | REM contributor license agreements. See the NOTICE file distributed with
4 | REM this work for additional information regarding copyright ownership.
5 | REM The ASF licenses this file to You under the Apache License, Version 2.0
6 | REM (the "License"); you may not use this file except in compliance with
7 | REM the License. You may obtain a copy of the License at
8 | REM
9 | REM http://www.apache.org/licenses/LICENSE-2.0
10 | REM
11 | REM Unless required by applicable law or agreed to in writing, software
12 | REM distributed under the License is distributed on an "AS IS" BASIS,
13 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | REM See the License for the specific language governing permissions and
15 | REM limitations under the License.
16 |
17 | setlocal
18 | call "%~dp0zkEnv.cmd"
19 |
20 | set ZOOMAIN=org.apache.zookeeper.ZooKeeperMain
21 | java "-Dzookeeper.log.dir=%ZOO_LOG_DIR%" "-Dzookeeper.root.logger=%ZOO_LOG4J_PROP%" -cp "%CLASSPATH%" %ZOOMAIN% %*
22 |
23 | endlocal
24 |
25 |
--------------------------------------------------------------------------------
/zookeeper-cloud/zookeeper-3.4.6/bin/zkServer.cmd:
--------------------------------------------------------------------------------
1 | @echo off
2 | REM Licensed to the Apache Software Foundation (ASF) under one or more
3 | REM contributor license agreements. See the NOTICE file distributed with
4 | REM this work for additional information regarding copyright ownership.
5 | REM The ASF licenses this file to You under the Apache License, Version 2.0
6 | REM (the "License"); you may not use this file except in compliance with
7 | REM the License. You may obtain a copy of the License at
8 | REM
9 | REM http://www.apache.org/licenses/LICENSE-2.0
10 | REM
11 | REM Unless required by applicable law or agreed to in writing, software
12 | REM distributed under the License is distributed on an "AS IS" BASIS,
13 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | REM See the License for the specific language governing permissions and
15 | REM limitations under the License.
16 |
17 | setlocal
18 | call "%~dp0zkEnv.cmd"
19 |
20 | set ZOOMAIN=org.apache.zookeeper.server.quorum.QuorumPeerMain
21 | echo on
22 | java "-Dzookeeper.log.dir=%ZOO_LOG_DIR%" "-Dzookeeper.root.logger=%ZOO_LOG4J_PROP%" -cp "%CLASSPATH%" %ZOOMAIN% "%ZOOCFG%" %*
23 |
24 | endlocal
25 |
26 |
--------------------------------------------------------------------------------
/zookeeper-cloud/zookeeper-3.4.6/conf/configuration.xsl:
--------------------------------------------------------------------------------
1 |
2 |
8 |
21 |
22 |
23 |
9 |
13 | name
10 | value
11 | description
12 |
15 |
19 |
16 |
17 |
18 |
ZooInspector was developed by Colin Goodheart-Smithe and is 9 | available under the Apache Software Licence v2.0.
10 |The Icons used were sourced from the Eclipse project (http://www.eclipse.org) and licensed 12 | under the Eclipse Public Licence v1.0. [http://www.eclipse.org/org/documents/epl-v10.php] 14 |
15 |ZooKeeper is available from http://zookeeper.apache.org/ 17 | and is licensed under an Apache Software Licence v2.0
18 |The ApacheSoftware Licence v2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0
20 | 21 | 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/zookeeper-3.4.6-ZooInspector.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/ZooInspector/zookeeper-3.4.6-ZooInspector.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/fatjar/conf/mainClasses: -------------------------------------------------------------------------------- 1 | ::Client Commands 2 | client:org.apache.zookeeper.ZooKeeperMain:Client shell to ZooKeeper 3 | ::Server Commands 4 | server:org.apache.zookeeper.server.quorum.QuorumPeerMain:Start ZooKeeper server 5 | ::Test Commands 6 | generateLoad:org.apache.zookeeper.test.system.GenerateLoad:A distributed load generator for testing 7 | quorumBench:org.apache.zookeeper.server.QuorumBenchmark:A benchmark of just the quorum protocol 8 | abBench:org.apache.zookeeper.server.quorum.AtomicBroadcastBenchmark:A benchmark of just the atomic broadcast 9 | ic:org.apache.zookeeper.test.system.InstanceContainer:A container that will instantiate classes as directed by an instance manager 10 | systest:org.apache.zookeeper.test.system.BaseSysTest:Start system test 11 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/fatjar/zookeeper-3.4.6-fatjar.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/fatjar/zookeeper-3.4.6-fatjar.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/loggraph/src/java/org/apache/zookeeper/graph/FilterException.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | package org.apache.zookeeper.graph; 19 | 20 | public class FilterException extends Exception { 21 | public FilterException(String s) { super(s); } 22 | }; 23 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/loggraph/zookeeper-3.4.6-loggraph.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/loggraph/zookeeper-3.4.6-loggraph.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/rest/zookeeper-3.4.6-rest.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/contrib/rest/zookeeper-3.4.6-rest.jar -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | SUBDIRS = src 4 | 5 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/VERSION: -------------------------------------------------------------------------------- 1 | 3.4.6 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/src/Makefile.am: -------------------------------------------------------------------------------- 1 | AM_CXXFLAGS = -I${ZOOKEEPER_PATH}/include -I${ZOOKEEPER_PATH}/generated \ 2 | -I$(top_srcdir)/include -I/usr/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT 3 | 4 | noinst_PROGRAMS = zkfuse 5 | 6 | zkfuse_SOURCES = zkfuse.cc zkadapter.cc thread.cc log.cc 7 | zkfuse_LDADD = ${ZOOKEEPER_LD} -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkfuse/src/event.cc: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | #include "event.h" 20 | 21 | #define LOG_LEVEL LOG_FATAL 22 | #define MODULE_NAME "Event" 23 | 24 | using namespace std; 25 | 26 | namespace zkfuse { 27 | 28 | } /* end of 'namespace zkfuse' */ 29 | 30 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkperl/MANIFEST: -------------------------------------------------------------------------------- 1 | Changes 2 | LICENSE 3 | Makefile.PL 4 | MANIFEST 5 | NOTICE 6 | README 7 | typemap 8 | ZooKeeper.pm 9 | ZooKeeper.xs 10 | build/check_zk_version.c 11 | build/check_zk_version.h 12 | t/10_invalid.t 13 | t/15_thread.t 14 | t/20_tie.t 15 | t/22_stat_tie.t 16 | t/24_watch_tie.t 17 | t/30_connect.t 18 | t/35_log.t 19 | t/40_basic.t 20 | t/45_class.t 21 | t/50_access.t 22 | t/60_watch.t 23 | t/util.pl 24 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkperl/NOTICE: -------------------------------------------------------------------------------- 1 | Net::ZooKeeper - Perl extension for Apache ZooKeeper 2 | Copyright 2009 The Apache Software Foundation 3 | 4 | This product includes software developed at 5 | The Apache Software Foundation (http://www.apache.org/). 6 | 7 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkperl/VERSION: -------------------------------------------------------------------------------- 1 | 3.4.6 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkpython/VERSION: -------------------------------------------------------------------------------- 1 | 3.4.6 2 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkpython/src/examples/README: -------------------------------------------------------------------------------- 1 | 2 | This folder contains sample showing how you can use ZooKeeper from Python. 3 | 4 | You should also check the following projects: 5 | 6 | * http://github.com/phunt/zk-smoketest 7 | * http://github.com/henryr/pyzk-recipes 8 | 9 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/contrib/zkpython/src/packages/deb/zkpython.control/control: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | Package: zkpython 16 | Version: @version@ 17 | Section: misc 18 | Priority: optional 19 | Architecture: all 20 | Depends: python 21 | Maintainer: Apache Software FoundationZooInspector was developed by Colin Goodheart-Smithe and is 9 | available under the Apache Software Licence v2.0.
10 |The Icons used were sourced from the Eclipse project (http://www.eclipse.org) and licensed 12 | under the Eclipse Public Licence v1.0. [http://www.eclipse.org/org/documents/epl-v10.php] 14 |
15 |ZooKeeper is available from http://zookeeper.apache.org/ 17 | and is licensed under an Apache Software Licence v2.0
18 |The ApacheSoftware Licence v2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0
20 | 21 | 22 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/zooInspector-dev.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | java -cp ../../../build/contrib/ZooInspector/zookeeper-dev-ZooInspector.jar:../../../build/lib/log4j-1.2.15.jar:lib/zookeeper-3.3.0.jar:lib/jtoaster-1.0.4.jar:lib org.apache.zookeeper.inspector.ZooInspector -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/zooInspector.cmd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | java -cp zookeeper-dev-ZooInspector.jar;lib/log4j-1.2.15.jar;lib/zookeeper-3.3.0.jar;lib/jToaster-1.0.4.jar;lib org.apache.zookeeper.inspector.ZooInspector -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/contrib/zooinspector/zooInspector.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to You under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | 18 | java -cp lib/New.jar:zookeeper-dev-ZooInspector.jar:lib/log4j-1.2.15.jar:;lib/zookeeper-3.3.0.jar:lib/jToaster-1.0.4.jar:lib org.apache.zookeeper.inspector.ZooInspector 19 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/README.txt: -------------------------------------------------------------------------------- 1 | This is the base documentation directory. 2 | 3 | skinconf.xml # This file customizes Forrest for your project. In it, you 4 | # tell forrest the project name, logo, copyright info, etc 5 | 6 | sitemap.xmap # Optional. This sitemap is consulted before all core sitemaps. 7 | # See http://forrest.apache.org/docs/project-sitemap.html 8 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/2pc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/2pc.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/bk-overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/bk-overview.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/favicon.ico -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/hadoop-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/hadoop-logo.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.dia -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/state_dia.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkarch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkarch.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkcomponents.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkcomponents.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zknamespace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zknamespace.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW-3.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW-3.2.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfRW.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfreliability.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkperfreliability.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkservice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zkservice.jpg -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zookeeper_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/docs/src/documentation/resources/images/zookeeper_small.gif -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/OldChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/OldChangeLog -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/generated/.generated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huge-data/kafka-cluster-deploy/f6c832a65818a329a8a0951365e814cc1a60fe01/zookeeper-cloud/zookeeper-3.4.6/src/java/generated/.generated -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/lib/cobertura/README.txt: -------------------------------------------------------------------------------- 1 | Download the cobertura binary from the following location and unpack it into this directory. Run "cobertura-report" target from build.xml to generate coverage report. 2 | 3 | http://cobertura.sourceforge.net/download.html 4 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/main/org/apache/zookeeper/server/quorum/Election.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Licensed to the Apache Software Foundation (ASF) under one 3 | * or more contributor license agreements. See the NOTICE file 4 | * distributed with this work for additional information 5 | * regarding copyright ownership. The ASF licenses this file 6 | * to you under the Apache License, Version 2.0 (the 7 | * "License"); you may not use this file except in compliance 8 | * with the License. You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | */ 18 | 19 | package org.apache.zookeeper.server.quorum; 20 | 21 | 22 | import org.apache.zookeeper.server.quorum.Vote; 23 | 24 | public interface Election { 25 | public Vote lookForLeader() throws InterruptedException; 26 | public void shutdown(); 27 | } 28 | -------------------------------------------------------------------------------- /zookeeper-cloud/zookeeper-3.4.6/src/java/main/overview.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 |