(create-topic
{:keys [conn schema]}
topic
&
{:keys [key-type val-type] :as opts :or {key-type :bytea val-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