Skip to content

Instantly share code, notes, and snippets.

@dorner
Last active March 31, 2020 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorner/b6eda77bd4dd912e22301ebdb119795b to your computer and use it in GitHub Desktop.
Save dorner/b6eda77bd4dd912e22301ebdb119795b to your computer and use it in GitHub Desktop.
Avro sample 1
{
"type": "record",
"name": "Widgets",
"namespace": "com.my-app",
"fields": [
{
"name": "widget_id",
"type": "long",
},
{
"name": "color",
"type": "string",
"default": "SENTINEL"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment