As explained in the Avro specification you can add in the schema object form any attribute which can be used as metadata:
Attributes not defined in this document are permitted as metadata, but must not affect the format of serialized data.
We are using those metadata attributes and dkafka must allow us to add additional attributes to at least the root record definition of the schema.
As explained in the Avro specification you can add in the schema object form any attribute which can be used as metadata:
We are using those metadata attributes and dkafka must allow us to add additional attributes to at least the root record definition of the schema.