Class KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration
java.lang.Object
org.flowable.eventregistry.spring.kafka.KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration
- Enclosing class:
- KafkaChannelDefinitionProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected booleanprotected Stringprotected org.springframework.retry.backoff.SleepingBackOffPolicy<?>protected intprotected shortprotected Stringprotected SameIntervalTopicReuseStrategyprotected TopicSuffixingStrategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected boolean
-
Field Details
-
attempts
-
dltTopicSuffix
-
retryTopicSuffix
-
sameIntervalTopicReuseStrategy
-
topicSuffixingStrategy
-
nonBlockingBackOff
protected org.springframework.retry.backoff.SleepingBackOffPolicy<?> nonBlockingBackOff -
autoCreateTopics
protected boolean autoCreateTopics -
numPartitions
protected int numPartitions -
replicationFactor
protected short replicationFactor
-
-
Constructor Details
-
ResolvedRetryConfiguration
protected ResolvedRetryConfiguration()
-
-
Method Details
-
hasRetryTopic
protected boolean hasRetryTopic() -
hasNoRetryTopic
protected boolean hasNoRetryTopic()
-