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

    Type Alias RestoreBrokerStatus

    The restore status of a single broker.

    type RestoreBrokerStatus = {
        brokerId: string;
        partitions: RestorePartitionStatus[];
        partitionsRestored: number;
        partitionsToRestore: number;
    }
    Index
    brokerId: string

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

    The per-partition restore status for this broker.

    partitionsRestored: number

    The number of the broker's partitions that have been restored so far.

    partitionsToRestore: number

    The total number of the broker's partitions to restore.