spring-cloud / spring-cloud-schema-registry

A schema registry implementation for Spring Cloud Stream
47 stars 28 forks source link

What is the status of SchemaValidator#compatibilityCheck()? #52

Open patricklucas opened 3 years ago

patricklucas commented 3 years ago

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