(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |