Liking cljdoc? Tell your friends :D

simple-kafka.client


deserializeclj

(deserialize data)

Deserialize bytes data as JSON, when failure, it will log as error and return nil

Deserialize bytes data as JSON, when failure, it will log as error and return nil
raw docstring

make-producerclj

(make-producer bootstrap-servers)

make-producer-memoizeclj


send-recordclj

(send-record producer topic-name k v)

serializeclj

(serialize obj)

start-jobclj

(start-job bootstrap-servers
           group-id
           from-topic
           to-topic
           error-topic
           process-fn
           ex-fn
           opts)

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

× close