risingwave_pb::meta

Type Alias PbPausedReason

source
pub type PbPausedReason = PausedReason;
Expand description

Alias for PausedReason.

Aliased Type§

enum PbPausedReason {
    Unspecified = 0,
    ConfigChange = 1,
    Manual = 2,
}

Variants§

§

Unspecified = 0

§

ConfigChange = 1

The cluster is paused due to configuration change, e.g. altering table schema and scaling.

§

Manual = 2

The cluster is paused due to manual operation, e.g. risectl command or the pause_on_next_bootstrap system variable.