Skip to main content

load_replay_id

Function load_replay_id 

Source
pub async fn load_replay_id(
    store: &PgStore,
    stream_name: &str,
) -> Result<Option<ReplayId>, ForceSyncError>
Expand description

Loads the stored replay cursor for a CDC stream.

ยงErrors

Returns an error if the checkpoint cannot be loaded or decoded.