Expand description
In-memory source->target offset translation built from MM2 offset-sync records. Translation is “at-or-before”: find the latest sync with upstream <= committed, then downstream + (committed - upstream). Never maps past un-replicated data.
Structs§
- Offset
Sync Store - Accumulates
OffsetSyncrecords and translates committed source offsets to their corresponding target offsets.