December 2018
Beginner
186 pages
4h 10m
English
To test the schema compatibility against the latest schema under the healthchecks-value subject, you can use the following command:
curl -X POST -H "Content-Type: application/vnd.schemaregistry.v1+json"\--data 'our escaped avro data' \http://localhost:8081/compatibility/subjects/healthchecks-value/versions/latest
The output should be something like this:
{"is_compatible":true}
Read now
Unlock full access