Examples in Avro Schema
I try to add examples to an Avro schema.
Is there a way to add example values to an Avro schema?
How to write List in avro?
I have some problem. I need to create avro schema for Kafka. In one of my java class i have field with list of Object:
Custom code for translating between schema versions in Avro
I have two versions of the same schema where a breaking change has been made. Is there a way to inject code into Avro so that it knows how to deal with this breaking change?