Type Alias rdkafka::admin::PartitionAssignment

source ·
pub type PartitionAssignment<'a> = &'a [&'a [i32]];
Expand description

An assignment of partitions to replicas.

Each element in the outer slice corresponds to the partition with that index. The inner slice specifies the broker IDs to which replicas of that partition should be assigned.