Uses of Package
io.smallrye.reactive.messaging.kafka.commit
-
Packages that use io.smallrye.reactive.messaging.kafka.commit Package Description io.smallrye.reactive.messaging.kafka io.smallrye.reactive.messaging.kafka.commit io.smallrye.reactive.messaging.kafka.impl -
Classes in io.smallrye.reactive.messaging.kafka.commit used by io.smallrye.reactive.messaging.kafka Class Description KafkaCommitHandler Kafka commit handling strategy -
Classes in io.smallrye.reactive.messaging.kafka.commit used by io.smallrye.reactive.messaging.kafka.commit Class Description ContextHolder A class holding a vert.x context to make sure methods are always run from the same one.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.KafkaCommitHandler Kafka commit handling strategyKafkaCommitHandler.Factory Factory interface forKafkaCommitHandler
KafkaIgnoreCommit Ignores an ACK and does not commit any offsets.KafkaLatestCommit Will commit the record offset received by the Kafka consumer (if higher than the previously committed offset).KafkaThrottledLatestProcessedCommit Will keep track of received messages and commit to the next offset after the latest ACKed message in sequence.ProcessingState Checkpoint state associated with an offset.StateStore State store metadata type for injecting state store interactions into received messages. -
Classes in io.smallrye.reactive.messaging.kafka.commit used by io.smallrye.reactive.messaging.kafka.impl Class Description KafkaCommitHandler Kafka commit handling strategyKafkaCommitHandler.Factory Factory interface forKafkaCommitHandler