Liking cljdoc? Tell your friends :D

gregor.details.consumer


make-consumerclj

(make-consumer {:keys [key-deserializer value-deserializer kafka-configuration
                       topics]
                :or {key-deserializer :edn value-deserializer :edn}})

Create a consumer from a configuration

Create a consumer from a configuration
sourceraw docstring

reify-consumer-protocolclj

(reify-consumer-protocol consumer)

Create a reified implementation of a consumer, which includes ConsumerProtocol and SharedProtocol functions

Create a reified implementation of a consumer, which includes ConsumerProtocol and SharedProtocol functions
sourceraw docstring

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

× close