Uses of Class
io.smallrye.reactive.messaging.kafka.commit.ContextHolder
-
Packages that use ContextHolder Package Description io.smallrye.reactive.messaging.kafka.commit -
-
Uses of ContextHolder in io.smallrye.reactive.messaging.kafka.commit
Subclasses of ContextHolder in io.smallrye.reactive.messaging.kafka.commit 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
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.
-