Java org.springframework.kafka.listener DeadLetterPublishingRecoverer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.listener DeadLetterPublishingRecoverer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.listener DeadLetterPublishingRecoverer.

The text is from its open source code.

Constructor

DeadLetterPublishingRecoverer(KafkaTemplate template)
Create an instance with the provided template and a default destination resolving function that returns a TopicPartition based on the original topic (appended with ".DLT") from the failed record, and the same partition as the failed record.
DeadLetterPublishingRecoverer( Map, KafkaTemplate> templates)
Create an instance with the provided templates and a default destination resolving function that returns a TopicPartition based on the original topic (appended with ".DLT") from the failed record, and the same partition as the failed record.