Type Alias PbStreamCdcScanOptions

Source
pub type PbStreamCdcScanOptions = StreamCdcScanOptions;

Aliased Type§

struct PbStreamCdcScanOptions {
    pub disable_backfill: bool,
    pub snapshot_barrier_interval: u32,
    pub snapshot_batch_size: u32,
}

Fields§

§disable_backfill: bool

Whether skip the backfill and only consume from upstream.

§snapshot_barrier_interval: u32§snapshot_batch_size: u32