Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Created November 20, 2018 20:18
Show Gist options
  • Save brachi-wernick/fe9a5904fbe80ca6faad67e113e1f42f to your computer and use it in GitHub Desktop.
Save brachi-wernick/fe9a5904fbe80ca6faad67e113e1f42f to your computer and use it in GitHub Desktop.
registerSchema.sh
curl -X POST -H "Content-Type: application/vnd.schemaregistry.v1+json" \
- data '{ "schema": "{ \"type\": \"record\", \"name\": \"Persone\", \"namespace\": \"com.ippontech.kafkatutorialse\", \"fields\": [ { \"name\": \"firstName\", \"type\": \"string\" }, { \"name\": \"lastName\", \"type\": \"string\" }, { \"name\": \"birthDate\", \"type\": \"long\" } ]}" }' \
http://localhost:8081/subjects/persons-avro3-value/versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment