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