spring-cloud-schema-registry
spring-cloud-schema-registry copied to clipboard
What is the status of SchemaValidator#compatibilityCheck()?
Spring Cloud Schema Registry appears on the surface to support enforcing schema compatibility between versions, via SchemaValidator#compatibilityCheck()
, but nothing seems to actually call this code, nor can I find anything in the documentation.
Moreover, AvroSchemaValidator
simply returns null
in its implementation of this method.
Is this feature implemented in another Spring Cloud project I haven't spotted? Or was it just stubbed-out during initial development but never actually completed (or left as an exercise for the reader)?