Type Definition rdkafka::admin::PartitionAssignment[][src]

type PartitionAssignment<'a> = &'a [&'a [i32]];

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.