What is a Transaction Metadata Event?
31
// BEGIN Marker
{
"id" : "transaction-id",
"ts_utc": 1659375300000,
"marker": "BEGIN",
"total_events": null,
"per_source_event_counts": null,
}
// COMMIT Marker
{
"id" : "transaction-id",
"ts_utc": 1659375300000,
"marker": "COMMIT",
"total_events": 3,
"per_source_event_counts": [{ ... }],
}
Aggregating Change Events
[
{
"source" : "keyspace.table1",
"total_events": 1,
},
{
"source" : "keyspace.table2",
"total_events": 1,
}
]