Install
cargo install degauss
Example
-
Check the compatibility of your schemas
degauss -s tests/data/movies-raw-reader.avsc tests/data/movies-raw-writer.avsc -c full-transitive
-
Check the compatibility and set the exit status in case of a failure.
degauss -s tests/data/movies-raw-reader.avsc tests/data/movies-raw-writer.avsc -c full-transitive --exit-status