Example usage for org.springframework.kafka.listener AfterRollbackProcessor interface-usage

List of usage examples for org.springframework.kafka.listener AfterRollbackProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.kafka.listener AfterRollbackProcessor interface-usage.

Usage

From source file org.springframework.kafka.listener.DefaultAfterRollbackProcessor.java

/**
 * Default implementation of {@link AfterRollbackProcessor}. Seeks all
 * topic/partitions so the records will be re-fetched, including the failed
 * record. Starting with version 2.2 after a configurable number of failures
 * for the same topic/partition/offset, that record will be skipped after
 * calling a {@link BiConsumer} recoverer. The default recoverer simply logs