Standalone Zookeeper v3.4.8 Swarm template

This commit is contained in:
James Oliver
2016-03-31 14:51:14 -07:00
parent a45179fa86
commit ef87e31380
5 changed files with 53 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Zookeeper
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. Visit the [Official Site](https://zookeeper.apache.org/).
### Usage
This is a standalone Zookeeper deployment suitable for development and testing purposes. As such, there is not much to configure.
Once deployed, you may inspect Zookeeper information with the `zk-cli` command. If deployment was successful, you'll see something similar to this:
```
$ zk-cli
Connecting to localhost:2181
Welcome to ZooKeeper!
JLine support is enabled
WATCHER::
WatchedEvent state:SyncConnected type:None path:null
[zk: localhost:2181(CONNECTED) 0]
```