Liking cljdoc? Tell your friends :D

kafka-clojure-client.producer


closeclj

(close producer)
(close producer timeout time-unit)

create-kafka-producerclj

(create-kafka-producer configs)
(create-kafka-producer configs key-serializer value-serializer)

flushclj

(flush producer)

metricsclj

(metrics producer)

partitions-for-topicclj

(partitions-for-topic producer topic)

recordclj

(record topic value)
(record topic key value)
(record topic partition key value)
(record topic partition timestamp key value headers)

sendclj

(send producer record)
(send producer record call-back)

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

× close