Liking cljdoc? Tell your friends :D

jackdaw.repl


admin-client-configclj

source

consumer-configclj

source

create-topicclj

(create-topic topic-config)

Takes a topic config and creates a Kafka topic.

Takes a topic config and creates a Kafka topic.
sourceraw docstring

get-keyvalsclj

(get-keyvals topic-config)
(get-keyvals topic-config polling-interval-ms)

Takes a topic config, consumes from a Kafka topic, and returns a seq of key-value pairs.

Takes a topic config, consumes from a Kafka topic, and returns a
seq of key-value pairs.
sourceraw docstring

get-recordsclj

(get-records topic-config)
(get-records topic-config polling-interval-ms)

Takes a topic config, consumes from a Kafka topic, and returns a seq of maps.

Takes a topic config, consumes from a Kafka topic, and returns a
seq of maps.
sourceraw docstring

list-topicsclj

(list-topics)

Returns a list of Kafka topics.

Returns a list of Kafka topics.
sourceraw docstring

producer-configclj

source

publishclj

(publish topic-config value)
(publish topic-config key value)
(publish topic-config partition key value)

Takes a topic config and record value, and (optionally) a key and parition number, and produces to a Kafka topic.

Takes a topic config and record value, and (optionally) a key and
parition number, and produces to a Kafka topic.
sourceraw docstring

topic-exists?clj

(topic-exists? topic-config)

Takes a topic name and returns true if the topic exists.

Takes a topic name and returns true if the topic exists.
sourceraw docstring

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

× close