public interface KafkaPartitionProvider
| Modifier and Type | Method and Description |
|---|---|
Integer |
determinePartition(org.flowable.eventregistry.api.OutboundEvent<?> outboundEvent)
Determine the partition for the outbound event.
|
Integer determinePartition(org.flowable.eventregistry.api.OutboundEvent<?> outboundEvent)
null if you want to use the Kafka default partitioner.outboundEvent - the outbound eventnull if you want to use the Kafka default partionerCopyright © 2022 Flowable. All rights reserved.