Class PulsarDeadLetterPublishingRecoverer<T>

java.lang.Object
org.springframework.pulsar.listener.PulsarDeadLetterPublishingRecoverer<T>
Type Parameters:
T - payload type of the Pulsar message
All Implemented Interfaces:
PulsarMessageRecovererFactory<T>

public class PulsarDeadLetterPublishingRecoverer<T> extends Object implements PulsarMessageRecovererFactory<T>
PulsarMessageRecoverer implementation that is capable of recovering the message by publishing the failed record to a DLT - Dead Letter Topic.
Author:
Soby Chacko