ConsumerGroupConsumeRetryPolicyArgs

data class ConsumerGroupConsumeRetryPolicyArgs(val deadLetterTargetTopic: Output<String>? = null, val maxRetryTimes: Output<Int>? = null, val retryPolicy: Output<String>? = null) : ConvertibleToJava<ConsumerGroupConsumeRetryPolicyArgs>

Constructors

Link copied to clipboard
constructor(deadLetterTargetTopic: Output<String>? = null, maxRetryTimes: Output<Int>? = null, retryPolicy: Output<String>? = null)

Properties

Link copied to clipboard
val deadLetterTargetTopic: Output<String>? = null

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
val maxRetryTimes: Output<Int>? = null

Maximum number of retries.

Link copied to clipboard
val retryPolicy: Output<String>? = null

Consume retry policy.

Functions

Link copied to clipboard
open override fun toJava(): ConsumerGroupConsumeRetryPolicyArgs