Expand description
Kafka offset tracking for per-partition consumption progress.
OffsetTracker maintains the latest consumed offset for each
topic-partition and supports checkpoint/restore roundtrips via
SourceCheckpoint.
Structsยง
- Offset
Tracker - Tracks consumed offsets per topic-partition.