Skip to content

Instantly share code, notes, and snippets.

@sachnk
Created September 27, 2020 13:44
Show Gist options
  • Save sachnk/a82a729c82fe3c3b77204f7f61d28d24 to your computer and use it in GitHub Desktop.
Save sachnk/a82a729c82fe3c3b77204f7f61d28d24 to your computer and use it in GitHub Desktop.
debezium_payload.json
"payload": {
"before": null,
"after": {
"id": 1,
"created_at": "2020-09-27T13:37:24.058468Z",
"column_a": "a",
"column_b": "b"
},
"source": {
"version": "0.9.5.Final",
"connector": "postgresql",
"name": "foo",
"db": "foo",
"ts_usec": 1601213844074632,
"txId": 644,
"lsn": 28581784,
"schema": "bar",
"table": "events",
"snapshot": false,
"last_snapshot_record": null,
"xmin": null
},
"op": "c",
"ts_ms": 1601213844598
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment