Class KafkaProperties.Retry.Topic

java.lang.Object
org.springframework.boot.kafka.autoconfigure.KafkaProperties.Retry.Topic
Enclosing class:
KafkaProperties.Retry

public static class KafkaProperties.Retry.Topic extends Object
Properties for non-blocking, topic-based retries.
Since:
4.0.0
Author:
Gary Russell, Stephane Nicoll, Artem Bilan, Nakul Mishra, Tomaz Fernandes, Andy Wilkinson, Scott Frederick, Yanming Zhou
  • Constructor Details

    • Topic

      public Topic()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getAttempts

      public int getAttempts()
    • setAttempts

      public void setAttempts(int attempts)
    • getBackoff