(close producer)
(close producer timeout time-unit)
Close a Kafka producer
Close a Kafka producer
(create-kafka-producer configs)
(create-kafka-producer configs key-serializer value-serializer)
Create a Kafka producer with configurations and serializers
Create a Kafka producer with configurations and serializers
(record record)
Convert a map to ProducerRecord.
Convert a map to ProducerRecord.
(send producer record-map)
(send producer record-map call-back)
Send a Map which can be converted to ProducerRecord by calling function "record" with a producer.
Send a Map which can be converted to ProducerRecord by calling function "record" with a producer.
(send-record producer record)
(send-record producer record call-back)
Send a ProducerRecord with a producer.
Send a ProducerRecord with a producer.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close