All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.kafka.rest.extensions.Partitioner.kt Maven / Gradle / Ivy

The newest version!
package org.http4k.connect.kafka.rest.extensions

import org.http4k.connect.kafka.rest.model.PartitionId

/**
 * Responsible for selecting a partition for a particular record
 */
fun interface Partitioner : (K, V) -> PartitionId?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy