Zookeeper

Category: NoSQL, KeyValue Status: base

Connects to an Apache ZooKeeper coordination service. Allows browsing and reading the ZNode tree.

Connection Settings

Field Default Description
host localhost Server hostname or IP
port 2181 TCP port
url (empty) Full connection URL (overrides host/port)

Authentication

No authentication required by default. ZooKeeper ACLs are managed server-side.

Supported Actions

Required Setup

Requires the aiozk Python package:

pip install aiozk

External Links