Liking cljdoc? Tell your friends :D

kafka-utils.core


->chanclj

(->chan consumer)
(->chan consumer poll-timeout)

apply-transducerclj

(apply-transducer xf in-chan)

latest-onlyclj

(latest-only db id-attr)

latest-update-beforeclj

(latest-update-before db timestamp id id-attr updated-at-attr)

read-from-beginningclj

(read-from-beginning topic-name
                     bootstrap-servers
                     key-deserializer
                     value-deserializer)

read-from-endclj

(read-from-end topic-name bootstrap-servers key-deserializer value-deserializer)

sink-to-db!clj

(sink-to-db! chan db-conn)

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

× close