Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Last active November 20, 2018 20:16
Show Gist options
  • Save brachi-wernick/50c4b68e583921b9394de9bb465ffd81 to your computer and use it in GitHub Desktop.
Save brachi-wernick/50c4b68e583921b9394de9bb465ffd81 to your computer and use it in GitHub Desktop.
login-attack-count.avsc
{
"type": "record",
"name": "myrecord",
"namespace": "loginStream",
"fields": [
{
"name": "userName",
"type": "string"
},
{
"name": "counter",
"type":"int"
},
{
"name": "start",
"type":"int"
},
{
"name": "to",
"type":"int"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment