risingwave_pb::stream_plan

Type Alias PbStreamCdcScanOptions

source
pub type PbStreamCdcScanOptions = StreamCdcScanOptions;
Expand description

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