Class KafkaIgnoreCommit

  • All Implemented Interfaces:
    KafkaCommitHandler

    public class KafkaIgnoreCommit
    extends Object
    implements KafkaCommitHandler
    Ignores an ACK and does not commit any offsets. This handler is the default when `enable.auto.commit` is `true`. When `enable.auto.commit` is `true` this strategy provides at-least-once delivery if the channel processes the message without performing any asynchronous processing. To use set `commit-strategy` to `ignore`.