Module mz_timely_util::replay

source ·
Expand description

Traits and types for replaying captured timely dataflow streams.

This is roughly based on timely::dataflow::operators::capture::Replay, which provides the protocol and semantics of the MzReplay operator.

Traits§

  • Replay a capture stream into a scope with the same timestamp.