Liking cljdoc? Tell your friends :D

shovel.producer


kafka-producerclj

(kafka-producer h)

Takes a hashmap for configuration and returns a KafkaProducer that can be used to send messages

Takes a hashmap for configuration and returns a KafkaProducer that can be used to send messages
sourceraw docstring

producer-closeclj

(producer-close producer)

Takes a producer and calls .close() on it

Takes a producer and calls .close() on it
sourceraw docstring

producer-recordclj

(producer-record topic payload)

Takes a topic and a payload and created a ProducerRecord that is returned

Takes a topic and a payload and created a ProducerRecord that is returned
sourceraw docstring

producer-send-asyncclj

(producer-send-async producer record)

Takes a record and sends it, returns immediately

Takes a record and sends it, returns immediately
sourceraw docstring

producer-send-syncclj

(producer-send-sync producer record timeout)

Takes a record and sends it, returns after the send or the timeout

Takes a record and sends it, returns after the send or the timeout
sourceraw docstring

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

× close