Skip to content

Instantly share code, notes, and snippets.

@wowo
Created September 13, 2020 13:49
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 wowo/64c459e9fc9f60a7008fc64c53ccc0fb to your computer and use it in GitHub Desktop.
Save wowo/64c459e9fc9f60a7008fc64c53ccc0fb to your computer and use it in GitHub Desktop.
schemas
{
"time": "2020-09-13 15:45:00",
"level": "info",
"channel": "main",
"message": "Some log entry has been produced"
}
{
"name": "LogEntry",
"type": "record",
"namespace": "pl.sznapka",
"fields": [
{
"name": "time",
"type": "string"
},
{
"name": "level",
"type": "string"
},
{
"name": "channel",
"type": "string"
},
{
"name": "message",
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment