Skip to content

Instantly share code, notes, and snippets.

@rollulus
Created September 12, 2016 12:03
Show Gist options
  • Save rollulus/92646abb912237e77873c4cdb068b088 to your computer and use it in GitHub Desktop.
Save rollulus/92646abb912237e77873c4cdb068b088 to your computer and use it in GitHub Desktop.
Disable Confluent schema registry's schema compatibility checking

Do:

curl -H "Content-Type: application/vnd.schemaregistry.v1+json" -X PUT -d '{"compatibility": "NONE"}' localhost:8081/config -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment