Liking cljdoc? Tell your friends :D

org.purefn.embedded-kafka

Embedded Kafka component for dev/testing

Embedded Kafka component for dev/testing
raw docstring

default-portclj

source

embedded-kafkaclj

(embedded-kafka)
(embedded-kafka config)

Takes an optional config map with following keys:

  • :port Port to bind to on localhost [9092]
  • :log-dir Directory to store log data [random tmp dir]
  • :broker-id Kafka broker id [auto]

Along with whatever other keys you want, which will be included.

Takes an optional config map with following keys:

 * :port       Port to bind to on localhost [9092]
 * :log-dir    Directory to store log data [random tmp dir]
 * :broker-id  Kafka broker id [auto]

Along with whatever other keys you want, which will be included.
sourceraw docstring

propsclj

(props config)

Creates something usable as props (map of string=>string) from a config map.

Creates something usable as props (map of string=>string) from a
config map.
sourceraw docstring

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

× close