hortonworks / registry

Schema Registry
Apache License 2.0
15 stars 8 forks source link

Allow to configure the KafkaAvroSerializer to post new schema without the canonical check #744

Open mkonzal opened 3 years ago

mkonzal commented 3 years ago

Currently used canonical check does ignore changes in custom properties. This is crucial when a logical type like decimal (with custom properties) is used and the precision or scale is changed in the schema. Now no new version of the schema is created in the schema registry. There is an avro issue regarding the canonical version of schema with logical types with properties, but until now not solved.