risingwave_pb::stream_plan

Type Alias PbSinkLogStoreType

source
pub type PbSinkLogStoreType = SinkLogStoreType;
Expand description

Alias for SinkLogStoreType.

Aliased Type§

enum PbSinkLogStoreType {
    Unspecified = 0,
    KvLogStore = 1,
    InMemoryLogStore = 2,
}

Variants§

§

Unspecified = 0

/ Default value is the normal in memory log store to be backward compatible with the previously unset value

§

KvLogStore = 1

§

InMemoryLogStore = 2