KeyValueSerdes
A pair of Serdes - one for the Key, another for the Value.
Functions
Link copied to clipboard
fun repartitioner(name: String? = null, keySerde: Serde<K>? = this.keySerde, valueSerde: Serde<V>? = this.valueSerde, numberOfPartitions: Int? = null, partitioner: StreamPartitioner<K, V>? = null): Repartitioned<K, V>