| Interface | Description |
|---|---|
| KafkaCommitHandler |
| Class | Description |
|---|---|
| ContextHolder |
A class holding a vert.x context to make sure methods are always run from the same one.
|
| 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.
|
| KafkaThrottledLatestProcessedCommit.TooManyMessagesWithoutAckException |
| Enum | Description |
|---|---|
| KafkaCommitHandler.Strategy |
Copyright © 2018–2021 SmallRye. All rights reserved.