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
Commit handler for checkpointing processing state persisted in a state storeclass
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
KafkaCheckpointCommit.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)
KafkaCommitHandler
KafkaCommitHandler.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()
-