(create-topic {:keys [conn schema]}
topic
&
{:keys [key-type value-type]
:as opts
:or {key-type :bytea value-type :bytea}})
(fetch-records* {:keys [conn schema] :as config}
{:keys [topic group commit-mode] :as selection})
(insert-records {:keys [conn conn-map schema] :as cfg}
topic
records
&
{:keys [serialize-key serialize-value]
:or {serialize-key identity serialize-value identity}
:as opts})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close