Class KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration
- java.lang.Object
-
- org.flowable.eventregistry.spring.kafka.KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration
-
- Enclosing class:
- KafkaChannelDefinitionProcessor
protected static class KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Integerattemptsprotected booleanautoCreateTopicsprotected StringdltTopicSuffixprotected org.springframework.kafka.retrytopic.FixedDelayStrategyfixedDelayTopicStrategyprotected org.springframework.retry.backoff.SleepingBackOffPolicy<?>nonBlockingBackOffprotected intnumPartitionsprotected shortreplicationFactorprotected StringretryTopicSuffixprotected org.springframework.kafka.retrytopic.TopicSuffixingStrategytopicSuffixingStrategy
-
Constructor Summary
Constructors Modifier Constructor Description protectedResolvedRetryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanhasNoRetryTopic()protected booleanhasRetryTopic()
-
-
-
Field Detail
-
attempts
protected Integer attempts
-
dltTopicSuffix
protected String dltTopicSuffix
-
retryTopicSuffix
protected String retryTopicSuffix
-
fixedDelayTopicStrategy
protected org.springframework.kafka.retrytopic.FixedDelayStrategy fixedDelayTopicStrategy
-
topicSuffixingStrategy
protected org.springframework.kafka.retrytopic.TopicSuffixingStrategy topicSuffixingStrategy
-
nonBlockingBackOff
protected org.springframework.retry.backoff.SleepingBackOffPolicy<?> nonBlockingBackOff
-
autoCreateTopics
protected boolean autoCreateTopics
-
numPartitions
protected int numPartitions
-
replicationFactor
protected short replicationFactor
-
-