Interface KafkaPartitionProvider

    • Method Detail

      • determinePartition

        Integer determinePartition​(org.flowable.eventregistry.api.OutboundEvent<?> outboundEvent)
        Determine the partition for the outbound event. Can be null if you want to use the Kafka default partitioner.
        Parameters:
        outboundEvent - the outbound event
        Returns:
        the partition to send to, or null if you want to use the Kafka default partioner