Module mz_storage::source::reclock
source · Modules§
- Reclocking compatibility code until the whole ingestion pipeline is transformed to native timestamps
Structs§
- The
ReclockOperator
is responsible for observing progress in theFromTime
domain and consume messages from a ticker of progress in theIntoTime
domain. When the source frontier advances and the ticker ticks theReclockOperator
will generate the data that describe this correspondence and write them out to its provided remap handle. The output generated by the reclock operator can be thought of asCollection<G, FromTime>
whereG::Timestamp
isIntoTime
.