Class SuffixingRetryTopicNamesProviderFactory

java.lang.Object
org.springframework.kafka.retrytopic.SuffixingRetryTopicNamesProviderFactory
All Implemented Interfaces:
RetryTopicNamesProviderFactory

public class SuffixingRetryTopicNamesProviderFactory extends Object implements RetryTopicNamesProviderFactory
Retry and dead letter naming handling that add a suffix to each name. The suffix is taken from DestinationTopic.Properties.suffix()
Author:
Andrea Polci