Liking cljdoc? Tell your friends :D
Clojure only.

franzy.clients.producer.protocols


FranzyProducercljprotocol

Protocol for implementing a Kafka Producer.

Protocol for implementing a Kafka Producer.

closeclj

(close this opts)

flush!clj

(flush! producer)

send-async!clj

(send-async! this m)
(send-async! this m opts)
(send-async! this topic partition k v opts)

send-sync!clj

(send-sync! this m)
(send-sync! this m options)
(send-sync! this topic partition k v opts)
raw docstring

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

× close