Liking cljdoc? Tell your friends :D
Clojure only.

jackdaw.serdes.avro.confluent


serdeclj

(serde schema-registry-url
       schema
       key?
       &
       [{:keys [type-registry schema-registry-client coercion-cache]}])

Creates a serde for Avro data. An avro serde needs to know if its generating a key or value in the data (a separate serde is required for each as a result). Optionally accepts a map of further values to allow configuration of the avro serde operation.

Creates a serde for Avro data. An avro serde needs to know if its generating
a key or value in the data (a separate serde is required for each as a result).
Optionally accepts a map of further values to allow configuration of the avro
serde operation.
sourceraw docstring

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

× close