replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Kafka source: support transactional mode

Open sravotto opened this issue 11 months ago • 0 comments

CockroachDB changefeeds emit resolved timestamps across all the partitions within a topic. We could leverage it, to allow transactional consistency across multiple rows, by staging events and committed them to the target tables once we get the same resolved timestamp on all the partitions.

sravotto avatar Mar 15 '24 19:03 sravotto