Package-level declarations
Types
Functions
Link copied to clipboard
Always selects no partition as a strategy
Link copied to clipboard
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
Link copied to clipboard
Uses the key hash to get the partition