Liking cljdoc? Tell your friends :D

zookareg.core

Utilities for configuring, starting and halting Zookareg.

A running Zookareg instance consists of:

  • a Kafka Broker
  • a Curator (Zookeeper) TestingServer
  • a Confluent Schema Registry
Utilities for configuring, starting and halting Zookareg.

A running Zookareg instance consists of:
- a Kafka Broker
- a Curator (Zookeeper) TestingServer
- a Confluent Schema Registry
raw docstring

halt-zookareg!clj

(halt-zookareg!)

Halts the running Zookareg instance.

Halts the running Zookareg instance.
raw docstring

init-zookaregclj

(init-zookareg)
(init-zookareg config)

Starts a Zookareg instance.

Starts a Zookareg instance.
raw docstring

read-default-configclj

(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.
raw docstring

with-zookaregcljmacro

(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.
raw docstring

with-zookareg-fnclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close