interface Partition {
    health: PartitionBrokerHealth;
    partitionId: number;
    role: PartitionBrokerRole;
}

Properties

the health of this partition

partitionId: number

the role of the broker for this partition

Generated using TypeDoc