Liking cljdoc? Tell your friends :D
Clojure only.

manifold-kafka.producer


producerclj

(producer producer-config topic)

takes a kafka producer config map and a topic and returns a manifold stream representing the kafka topic producer-config properties are those of kafka.producer.ProducerConfig Put a message on the stream to put it on the Kafka topic If a message has both :key and :val then the message will be put onto kafka using that key and val, otherwise the whole message will be used. Closing the stream will close the Kafka Producer.

takes a kafka producer config map and a topic and returns a manifold stream representing the kafka topic
producer-config properties are those of kafka.producer.ProducerConfig
Put a message on the stream to put it on the Kafka topic
If a message has both :key and :val then the message will be put onto kafka using that key and val,
otherwise the whole message will be used.
Closing the stream will close the Kafka Producer.
sourceraw docstring

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

× close