Liking cljdoc? Tell your friends :D

clj-kafka-x.impl.helpers


->topic-partition-arrayclj

(->topic-partition-array tp-seq)

Converts a sequence of topic-partition maps to a Collection of TopicPartition objects. Despite the name, returns a java.util.List for compatibility with Kafka's Consumer API.

Converts a sequence of topic-partition maps to a Collection of TopicPartition objects.
Despite the name, returns a java.util.List for compatibility with Kafka's Consumer API.
sourceraw docstring

client-metricsclj

(client-metrics client)

Extracts metrics from a Kafka client (producer or consumer) and returns a sequence of maps with :group, :name, :description, :tags, and :value keys.

Extracts metrics from a Kafka client (producer or consumer) and returns
a sequence of maps with :group, :name, :description, :tags, and :value keys.
sourceraw docstring

client-partitions-forclj

(client-partitions-for client topic)

Returns partition info for a topic from a Kafka client (producer or consumer) as a vector of maps.

Returns partition info for a topic from a Kafka client (producer or consumer)
as a vector of maps.
sourceraw docstring

coerce-configclj

(coerce-config def conf)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close