An open API service indexing awesome lists of open source software.

https://github.com/stephbu/zktestclient


https://github.com/stephbu/zktestclient

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Zookeeper Test Client
Quick tool to learn about using Zookeeper distributed storage
from Python clients.

## Licence
Licenced under MIT open source licence, see associated licence document for more details

## Parameters
Command line tool parameters as follows

| Parameter | Purpose |
| --- | --- |
| host:port | The FQDN or IP address of Zookeeper. Supports single server, load-balanced server, and multi-host DNS entry FQDNs, examples: 127.0.0.1:2181, test.foo.bar:2181 |

## Install

python setup.py install