Uses of Interface
io.smallrye.reactive.messaging.kafka.commit.KafkaCommitHandler
-
Packages that use KafkaCommitHandler Package Description io.smallrye.reactive.messaging.kafka io.smallrye.reactive.messaging.kafka.commit io.smallrye.reactive.messaging.kafka.impl -
-
Uses of KafkaCommitHandler in io.smallrye.reactive.messaging.kafka
Constructors in io.smallrye.reactive.messaging.kafka with parameters of type KafkaCommitHandler Constructor Description IncomingKafkaRecord(org.apache.kafka.clients.consumer.ConsumerRecord<K,T> record, String channel, int index, KafkaCommitHandler commitHandler, KafkaFailureHandler onNack, boolean cloudEventEnabled, boolean tracingEnabled)
IncomingKafkaRecordBatch(org.apache.kafka.clients.consumer.ConsumerRecords<K,T> records, String channel, int index, KafkaCommitHandler commitHandler, KafkaFailureHandler onNack, boolean cloudEventEnabled, boolean tracingEnabled)
-
Uses of KafkaCommitHandler in io.smallrye.reactive.messaging.kafka.commit
Classes in io.smallrye.reactive.messaging.kafka.commit that implement KafkaCommitHandler Modifier and Type Class Description class
KafkaCheckpointCommit
Abstract commit handler for checkpointing processing state on a state store Instead of committing topic-partition offsets back to Kafka, checkpointing commit handlers persist and restore offsets on an external store.class
KafkaFileCheckpointCommit
Checkpointing commit handler which uses local files as state store.class
KafkaIgnoreCommit
Ignores an ACK and does not commit any offsets.class
KafkaLatestCommit
Will commit the record offset received by the Kafka consumer (if higher than the previously committed offset).class
KafkaThrottledLatestProcessedCommit
Will keep track of received messages and commit to the next offset after the latest ACKed message in sequence.Methods in io.smallrye.reactive.messaging.kafka.commit that return KafkaCommitHandler Modifier and Type Method Description KafkaCommitHandler
KafkaCommitHandler.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)
KafkaCommitHandler
KafkaFileCheckpointCommit.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)
-
Uses of KafkaCommitHandler in io.smallrye.reactive.messaging.kafka.impl
Methods in io.smallrye.reactive.messaging.kafka.impl that return KafkaCommitHandler Modifier and Type Method Description KafkaCommitHandler
KafkaSource. getCommitHandler()
-