Liking cljdoc? Tell your friends :D

onyx.kafka.helpers


all-brokersclj

(all-brokers zk-utils)
source

as-javaclj

(as-java opts)
source

as-propertiesclj

(as-properties m)
source

assign-partitions!clj

(assign-partitions! consumer topic-partitions)
source

beginning-end-offsets-cljclj

(beginning-end-offsets-clj bootstrap-servers topic)
source

build-consumerclj

(build-consumer consumer-opts key-deserializer value-deserializer)
source

build-producerclj

(build-producer producer-opts key-serializer value-serializer)
source

byte-array-deserializerclj

(byte-array-deserializer)
source

byte-array-serializerclj

(byte-array-serializer)
source

consumer-record->messageclj

(consumer-record->message decompress-fn m)
source

create-topic!clj

(create-topic! zk-addr topic-name num-partitions replication-factor)
source

end-offsetsclj

(end-offsets bootstrap-servers topic)
source

id->brokerclj

(id->broker zk-addr)
source

make-zk-clientclj

(make-zk-client zk-connection zk-config)
source

make-zk-connectionclj

(make-zk-connection zk-config)
source

make-zk-utilsclj

(make-zk-utils zk-config secure?)
source

munge-serversclj

(munge-servers servers)
source

offsets->cljclj

(offsets->clj end-offsets)
source

partition-info->topic-partitionclj

(partition-info->topic-partition topic part-info)
source

partitions-for-topicclj

(partitions-for-topic consumer topic)
source

poll!clj

(poll! consumer timeout)
source

seek-to-beginning!clj

(seek-to-beginning! consumer topic-partitions)
source

seek-to-end!clj

(seek-to-end! consumer topic-partitions)
source

seek-to-offset!clj

(seek-to-offset! consumer topic-partition offset)
source

send-sync!clj

(send-sync! producer topic part k v)
source

take-nowclj

(take-now bootstrap-servers topic decompress-fn)
(take-now bootstrap-servers topic decompress-fn timeout)

Reads whatever it can from a topic on the assumption that we've distributed work across multiple topics and another topic contained :done.

Reads whatever it can from a topic on the assumption that we've distributed
work across multiple topics and another topic contained :done.
sourceraw docstring

to-topic-partitionclj

(to-topic-partition tp)
source

zk-defaultsclj

source

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

× close