Skip to content

Instantly share code, notes, and snippets.

@martinhynar
Last active November 25, 2020 08:45
Show Gist options
  • Save martinhynar/c3808d76a52021fe0c2cfa07630eca4b to your computer and use it in GitHub Desktop.
Save martinhynar/c3808d76a52021fe0c2cfa07630eca4b to your computer and use it in GitHub Desktop.
{
"namespace": "com.example.avro",
"type": "record",
"name": "AvroMessage",
"fields": [
{"name": "id", "type": "string"},
{"name": "message", "type": "string"},
{"name": "note", "type": "string"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment