Liking cljdoc? Tell your friends :D

kafkakit.schema-registry

Confluent Schema Registry client. Wraps the Java library. Provides a cached local registry client.

Confluent Schema Registry client. Wraps the Java library. Provides a cached
local registry client.
raw docstring

cached-clientclj

(cached-client {:keys [registry-cache-size schema-registry-url]
                :or {registry-cache-size 100}})

Creates a new cached schema registry client.

Creates a new cached schema registry client.
raw docstring

latest-schemaclj

(latest-schema schema-registry-url subject)

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

× close