Extend AVRO schema evolution rules #6709
-
|
Hello. I would like to extend the AVRO schema evolution rules to additionally to the default validation (in)validate the following change in a field: I noticed that we can customize Avro SerDe but I don't know exactly what I need to implement and provide it to Apicurio Registry. Can anyone help please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @jonsnowseven sorry for the late reply on this. We're working on a release. :) There is currently no way to contribute custom rules to extend compatibility. Compatibility is currently checked primarily on the server, when schemas are registered. We don't have a feature that allows customization. You could convert this discussion into a feature request issue in GitHub for the apicurio-registry project though! |
Beta Was this translation helpful? Give feedback.
Hi @jonsnowseven sorry for the late reply on this. We're working on a release. :)
There is currently no way to contribute custom rules to extend compatibility. Compatibility is currently checked primarily on the server, when schemas are registered. We don't have a feature that allows customization.
You could convert this discussion into a feature request issue in GitHub for the apicurio-registry project though!