Liking cljdoc? Tell your friends :D

kafka-clj.consumer.util


get-broker-offsetsclj

(get-broker-offsets {:keys [metadata-connector]} metadata topics conf)

metadata {"abc" [{:host "localhost", :port 50738, :isr [{:host "localhost", :port 50738}], :id 0, :error-code 0}]}

metadata  {"abc" [{:host "localhost", :port 50738, :isr [{:host "localhost", :port 50738}], :id 0, :error-code 0}]}
raw docstring

get-offsetsclj

(get-offsets metadata-connector host-address topic partitions)

transform-offsetsclj

(transform-offsets topic
                   offsets-response
                   {:keys [use-earliest] :or {use-earliest true}})

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

× close