Category: NoSQL, KeyValue Status: base
Connects to an Apache ZooKeeper coordination service. Allows browsing and reading the ZNode tree.
| Field | Default | Description |
|---|---|---|
| host | localhost | Server hostname or IP |
| port | 2181 | TCP port |
| url | (empty) | Full connection URL (overrides host/port) |
No authentication required by default. ZooKeeper ACLs are managed server-side.
Requires the aiozk Python package:
pip install aiozk