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

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

Introduction

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

Usage

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

/**
 * Simple handler that invokes a {@link LoggingErrorHandler} for each record.
 *
 * @author Gary Russell
 * @since 1.1
 *