RoundRobinRecordPartitioner
fun <K, V> RoundRobinRecordPartitioner(partitions: List<PartitionId>, seed: Random): Partitioner<K, V>
Round robins from the list of partitions, starting at a random place in the list
Round robins from the list of partitions, starting at a random place in the list