| Interface | Description |
|---|---|
| KafkaCommitHandler |
| Class | Description |
|---|---|
| KafkaIgnoreCommit |
Ignores an ACK and does not commit any offsets.
|
| KafkaLatestCommit |
Will commit to the latest offset received by the Kafka consumer.
|
| KafkaThrottledLatestProcessedCommit |
Will keep track of received messages and commit to the next offset after the latest
ACKed message in sequence.
|
| Enum | Description |
|---|---|
| KafkaCommitHandler.Strategy |
| Exception | Description |
|---|---|
| KafkaThrottledLatestProcessedCommit.TooManyMessagegsWithoutAckingException |
Copyright © 2018–2020 SmallRye. All rights reserved.