Utilities for configuring, starting and halting Zookareg.
A running Zookareg instance consists of:
Utilities for configuring, starting and halting Zookareg. A running Zookareg instance consists of: - a Kafka Broker - a Curator (Zookeeper) TestingServer - a Confluent Schema Registry
(halt-zookareg!)
Halts the running Zookareg instance.
Halts the running Zookareg instance.
(init-zookareg)
(init-zookareg config)
Starts a Zookareg instance.
Starts a Zookareg instance.
(read-default-config)
Reads the default Zookareg config to be modified and passed to
init-zookareg
if needed.
Reads the default Zookareg config to be modified and passed to `init-zookareg` if needed.
(with-zookareg config & body)
Starts up zookareg with the specified configuration; executes the body then shuts down.
Starts up zookareg with the specified configuration; executes the body then shuts down.
(with-zookareg-fn f)
(with-zookareg-fn config f)
Starts up zookareg with the specified configuration; executes the function then shuts down.
Starts up zookareg with the specified configuration; executes the function then shuts down.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close