Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Last active March 16, 2021 22:37
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 2013techsmarts/703516cc4d90b3379207ea08be62db67 to your computer and use it in GitHub Desktop.
Save 2013techsmarts/703516cc4d90b3379207ea08be62db67 to your computer and use it in GitHub Desktop.
Debezium Insert Event
"payload": {
"before": null,
"after": {
"id": 1016,
"first_name": "Smart",
"last_name": "Techie",
"email": "smarttechie@gmail.com"
},
"source": {
"version": "1.4.2.Final",
"connector": "mysql",
"name": "dbserver1",
"ts_ms": 1615928467000,
"snapshot": "false",
"db": "inventory",
"table": "customers",
"server_id": 223344,
"gtid": null,
"file": "mysql-bin.000003",
"pos": 4015,
"row": 0,
"thread": 36,
"query": null
},
"op": "c",
"ts_ms": 1615928467236,
"transaction": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment