http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.extensions
/
Partitioner
Partitioner
fun
interface
Partitioner
<
K
,
V
>
:
Function2
<
K
,
V
,
PartitionId
?
>
(
source
)
Responsible for selecting a partition for a particular record
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
K
,
p2
:
V
)
:
PartitionId
?