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

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

Introduction

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

Usage

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

/**
 * An error handler that seeks to the current offset for each topic in the remaining
 * records. Used to rewind partitions after a message failure so that it can be
 * replayed.
 *
 * @author Gary Russell