Liking cljdoc? Tell your friends :D

com.brunobonacci.mulog.publishers.kafka


deep-mergeclj

(deep-merge & maps)

Like merge, but merges maps recursively. It merges the maps from left to right and the right-most value wins. It is useful to merge the user defined configuration on top of the default configuration.

Like merge, but merges maps recursively. It merges the maps from left
to right and the right-most value wins. It is useful to merge the
user defined configuration on top of the default configuration.
sourceraw docstring

DEFAULT-CONFIGclj

source

kafka-publisherclj

(kafka-publisher config)
source

producerclj

(producer config)
(producer config key-serde value-serde)
source

send!clj

(send! producer topic key value)
source

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

× close