Skip to content

How to have only one retry topic for exponential retry when using RetryTopicConfiguration i.e nothing should be appended at the end like delay, index etc? #2639

Closed Answered by garyrussell
hariraogotit asked this question in Q&A
Discussion options

You must be logged in to vote

You can't have only one topic for exponential retry; there is a recent change to use only one topic for retries once the max delay has been reached, but each individual retry before that one must be in their own topic; otherwise records ready to process will be blocked behind those that have longer delays.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@garyrussell
Comment options

@hariraogotit
Comment options

@hariraogotit
Comment options

Answer selected by hariraogotit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants