Hi,

There are two implementations to czech schema evolution,

1. org.apache.avro.SchemaValidator (and it's implementations)
2. org.apache.avro.SchemaCompatibility

The SchemaCompatibility provides more information about incompatibilities.
While the SchemaValidator just says compatible or not.

My question is functionally are they the same and can I replace the
SchemaValidator with SchemaCompatibility to have more user friendly
information.

Thanks
Kishore

Reply via email to