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
sourceraw docstring

make-producerclj

(make-producer bootstrap-servers)
source

make-producer-memoizeclj

source

send-recordclj

(send-record producer topic-name k v)
source

serializeclj

(serialize obj)
source

start-jobclj

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

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

× close