Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mkonzal opened this issue Jun 13, 2021 · 0 comments

Comments

@mkonzal
Copy link

mkonzal commented Jun 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant