spring-cloud-schema-registry icon indicating copy to clipboard operation
spring-cloud-schema-registry copied to clipboard

What is the status of SchemaValidator#compatibilityCheck()?

Open patricklucas opened this issue 3 years ago • 0 comments

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)?

patricklucas avatar Jul 16 '21 11:07 patricklucas