Skip to content

Instantly share code, notes, and snippets.

@MazizEsa
Last active September 14, 2020 13:39
Show Gist options
  • Save MazizEsa/a2c997ee8c768a53bb34e8b7057d8b8a to your computer and use it in GitHub Desktop.
Save MazizEsa/a2c997ee8c768a53bb34e8b7057d8b8a to your computer and use it in GitHub Desktop.
Main Schema
{
"namespace": "org.maz.schema",
"type": "record",
"name": "SplitSampleData",
"fields": [
{
"name": "SplitSampleData",
"type": {
"avro.java.string": "String",
"type": "string"
},
"default": ""
},
{
"type": "org.maz.schema.SplitEnumerationSample",
"name": "splitEnumerationSample"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment