@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ClusterRestoreModeChangeOperation

    The operation that transitions a broker to a mode once its partitions are restored.

    type ClusterRestoreModeChangeOperation = {
        brokerId: string;
        mode: string;
        operation: string;
    }
    Index
    brokerId: string

    The ID of the broker that applies the operation, including its zone if it belongs to one.

    mode: string

    The mode the broker is transitioned to.

    operation: string

    The type of the operation.