Liking cljdoc? Tell your friends :D
Clojure only.

kafka-avro-confluent.serializers

Avro serializers that post schemas to the Confluent Schema Registry.

They all implement org.apache.kafka.common.serialization.Serializer

Avro serializers that post schemas to the Confluent Schema Registry.

They all implement org.apache.kafka.common.serialization.Serializer
raw docstring

->avro-serializerclj

(->avro-serializer schema-registry schema)
(->avro-serializer schema-registry serializer-type schema)

Avro serializer for Apache Kafka using Confluent's Schema Registry. Use for serializing Kafka keys and values. Values will be serialized according to the provided schema.

serializer-type will be used for determining the suffix (-key or -value) used for registering the schema with the Schema Registry. It must be one of #{:key :value}

See https://avro.apache.org/ See http://docs.confluent.io/current/schema-registry/docs See https://github.com/damballa/abracad

Avro serializer for Apache Kafka using Confluent's Schema Registry.
Use for serializing Kafka keys and values.
Values will be serialized according to the provided schema.

`serializer-type` will be used for determining the suffix (`-key` or `-value`) used for registering
the schema with the Schema Registry. It must be one of `#{:key :value}`

 See https://avro.apache.org/
 See http://docs.confluent.io/current/schema-registry/docs
 See https://github.com/damballa/abracad
sourceraw docstring

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

× close