A collection of Kafka-specific Zookeeper calls, often used internally.
This namespace presents a collection of tools to help you interrogate the state of Zookeeper paths.
A collection of Kafka-specific Zookeeper calls, often used internally. This namespace presents a collection of tools to help you interrogate the state of Zookeeper paths.
(delete-path zk-utils path)
(delete-path zk-utils path recursive?)
Deletes a path in zookeeper, optionally deleting recursively.
Deletes a path in zookeeper, optionally deleting recursively.
(maybe-delete-path zk-url zk-dir)
(path-children zk-utils path)
(path-children zk-utils path allow-nil-parent?)
Returns Zookeeper path children.
Returns Zookeeper path children.
(path-data zk-utils path)
(path-data zk-utils path allow-nulls?)
Returns data on a Zookeeper path, optionally allowing for nulls.
Returns data on a Zookeeper path, optionally allowing for nulls.
(path-exists? zk-utils path)
Checks if a given path exists in Zookeeper.
Checks if a given path exists in Zookeeper.
(persistent-paths zk-utils)
(persistent-paths zk-utils secure-paths?)
Returns persistent paths in Zookeeper, optionally returning secure paths.
Returns persistent paths in Zookeeper, optionally returning secure paths.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close