Class KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration

    • 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
    • Constructor Detail

      • ResolvedRetryConfiguration

        protected ResolvedRetryConfiguration()
    • Method Detail

      • hasRetryTopic

        protected boolean hasRetryTopic()
      • hasNoRetryTopic

        protected boolean hasNoRetryTopic()