Skip to content

Instantly share code, notes, and snippets.

@jaimedantas
Created September 2, 2020 19:16
Show Gist options
  • Save jaimedantas/6309789e9292f8e3470d2b273c96f7f5 to your computer and use it in GitHub Desktop.
Save jaimedantas/6309789e9292f8e3470d2b273c96f7f5 to your computer and use it in GitHub Desktop.
Avro event
{
"namespace": "com.jaimedantas",
"type": "record",
"name": "Payment",
"fields": [
{"name": "id", "type": "string"},
{"name": "amount", "type": "double"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment