ByStreamInputPartitioner

@Singleton
@Secondary
class ByStreamInputPartitioner : InputPartitioner

The default input partitioner, which partitions by the stream name. TODO: Should be round-robin?

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getPartition(record: DestinationRecordRaw, numParts: Int): Int