Debezium tails the database log, wraps each change in a standard envelope, and publishes it to Kafka. Click a stage to inspect what's on the wire there.
{"before": null,
"after": {
"id": 1001,
"first_name": "Alice",
"last_name": "Smith",
"email": "alice@example.com",
"created_at": 1714000000000
},"source": {
"version": "3.0.5.Final",
"connector": "postgresql",
"name": "pgserver1",
"ts_ms": 1714000000000,
"snapshot": "false",
"db": "inventory",
"sequence": "[null,\"24023128\"]",
"schema": "public",
"table": "customers",
"txId": 555,
"lsn": 24023128,
"xmin": null
},"op": "c",
"ts_ms": 1714000000142,
"transaction": null
}