Liking cljdoc? Tell your friends :D

kinsky.admin

Wrapper around Kafka's AdminClient

Wrapper around Kafka's `AdminClient`
raw docstring

AdminClientDrivercljprotocol

Driver protocol for admin clients

Driver protocol for admin clients

close!clj

(close! this)
(close! this timeout)

Close this driver

Close this driver

create-topicclj

(create-topic this topic-name topic-options)

list-topicsclj

(list-topics this list-internal?)

List all available topics. When list-internal? is true the list of internal topics (__consumer_offsets) is also returned.

List all available topics. When `list-internal?` is `true` the list of
internal topics (`__consumer_offsets`) is also returned.
sourceraw docstring

clientclj

(client config)

Create an AdminClient from a configuration map.

Create an AdminClient from a configuration map.
sourceraw docstring

kafka-future-wrapperclj

(kafka-future-wrapper kafka-future result-transform)

Return a promise representing the result of a KafkaFuture transformed by the result-transform function.

Return a promise representing the result of a `KafkaFuture`
transformed by the `result-transform` function.
sourceraw docstring

topic-listing->dataclj

(topic-listing->data listing)

Convert a TopicListing instance to a data map.

Convert a `TopicListing` instance to a data map.
sourceraw docstring

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

× close