pub async fn replay_to(
runtime: &Runtime,
store: &dyn LogStore,
target: Seq,
) -> Result<(Value, Seq)>Expand description
Fold the log from the best available starting point — a snapshot if there is one, genesis
otherwise. This is beck replay, and the resumption path uses it to reconstruct the view a
reconnecting subscriber last saw.