Liking cljdoc? Tell your friends :D

kafka-clj-test-utils.consumer


assign-partition-0clj

(assign-partition-0 consumer topic)
source

assign-partitionsclj

(assign-partitions consumer topic-partitions)
source

committed-infoclj

(committed-info consumer)
source

consumeclj

(consume config topic & args)
source

consume*clj

(consume* config value-deserializer topic & args)
source

poll*clj

(poll* consumer
       &
       {:keys [expected-msgs retries poll-timeout]
        :or {expected-msgs 1 retries 200 poll-timeout 25}})
source

seek-to-beginningclj

(seek-to-beginning consumer)
source

seek-to-endclj

(seek-to-end consumer)
source

subscribeclj

(subscribe consumer & topics)
source

unsubscribeclj

(unsubscribe consumer)
source

with-1-partition-consumer-from-endclj

(with-1-partition-consumer-from-end kafka-config kafka-serde-config topic f)
source

with-consumerclj

(with-consumer config f)
(with-consumer kafka-config kafka-serde-config f)
source

with-consumer*clj

(with-consumer* kafka-config value-deserializer f)
source

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

× close