Class RetryTopicConstants

java.lang.Object
org.springframework.kafka.retrytopic.RetryTopicConstants

public abstract class RetryTopicConstants extends Object
Constants for the RetryTopic functionality.
Since:
2.7
Author:
Tomaz Fernandes
  • Field Details

    • DEFAULT_RETRY_SUFFIX

      public static final String DEFAULT_RETRY_SUFFIX
      Default suffix for retry topics.
      See Also:
    • DEFAULT_DLT_SUFFIX

      public static final String DEFAULT_DLT_SUFFIX
      Default suffix for dlt.
      See Also:
    • DEFAULT_MAX_ATTEMPTS

      public static final int DEFAULT_MAX_ATTEMPTS
      Default number of times the message processing should be attempted, including the first.
      See Also:
    • NOT_SET

      public static final int NOT_SET
      Constant to represent that the integer property is not set.
      See Also:
  • Constructor Details

    • RetryTopicConstants

      public RetryTopicConstants()