Skip to content

Instantly share code, notes, and snippets.

@ashugupt
Created June 20, 2018 10:40
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 ashugupt/33adc54ad8fad029aa90e0f33cd090c1 to your computer and use it in GitHub Desktop.
Save ashugupt/33adc54ad8fad029aa90e0f33cd090c1 to your computer and use it in GitHub Desktop.
Message 1:
-----------
{
"after": {
"key1": "value1",
"key2": "value2",
"key3": "value3",
"created_at": 1
}
}
Message 2:
-----------
{
"after": {
"key1": "value1-modified",
"key2": "value2",
"key3": "value3-modified",
"created_at": 2
}
}
Message 3:
-----------
{
"after": {
"key1": "value1-modified",
"key2": "value2-modification-2",
"key3": "value3-modified",
"created_at": 3
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment