https://github.com/stephbu/zktestclient
https://github.com/stephbu/zktestclient
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephbu/zktestclient
- Owner: stephbu
- License: mit
- Created: 2016-05-31T16:14:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T05:19:14.000Z (about 10 years ago)
- Last Synced: 2025-07-08T14:07:53.619Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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