Skip to content

Instantly share code, notes, and snippets.

@mykidong
Created May 24, 2018 14:36
Show Gist options
  • Save mykidong/9c71becdced8dfb5ed18a829043e40ff to your computer and use it in GitHub Desktop.
Save mykidong/9c71becdced8dfb5ed18a829043e40ff to your computer and use it in GitHub Desktop.
{
"namespace":"io.shunters.coda.avro.api",
"type":"record",
"doc":"Request Header",
"name":"RequestHeader",
"fields":[
{
"name":"correlationId",
"type":"int"
},
{
"name":"clientId",
"type":"string"
}
]
}
@mykidong
Copy link
Author

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment