Consumer Group Consume Retry Policy Args
data class ConsumerGroupConsumeRetryPolicyArgs(val deadLetterTargetTopic: Output<String>? = null, val maxRetryTimes: Output<Int>? = null, val retryPolicy: Output<String>? = null) : ConvertibleToJava<ConsumerGroupConsumeRetryPolicyArgs>
Properties
Link copied to clipboard
The dead-letter topic. If the consumer fails to consume a message in an abnormal situation and the message is still unsuccessful after retrying, the message will be delivered to the dead letter Topic for subsequent business recovery or backtracking.
Link copied to clipboard
Maximum number of retries.
Link copied to clipboard
Consume retry policy.