async fn fetch_slot_resume_lsn(
    client: &Client,
    slot: &str
) -> Result<MzOffset, TransientError>
Expand description

Fetches the minimum LSN at which this slot can safely resume.