Skip to content

fix: retry lookup supports regex#21

Merged
BorekZnovustvoritel merged 1 commit intomainfrom
fix_retry_lookup
Apr 9, 2026
Merged

fix: retry lookup supports regex#21
BorekZnovustvoritel merged 1 commit intomainfrom
fix_retry_lookup

Conversation

@BorekZnovustvoritel
Copy link
Copy Markdown
Contributor

@BorekZnovustvoritel BorekZnovustvoritel commented Apr 9, 2026

Previously the retry-topic lookup had to match the configured listener topic name exactly. However our usecase also includes using regexes, so the lookup has to support them in order to find the correct retry topic. Also handles SendErrors on retry sending.

I found out these issues exist in the library while working on ISV-7020. These changes resolved all issues I experienced when testing our consumer service locally, even with large messages being sent to retry topics.

* handle sendErrors

Signed-off-by: Marek Szymutko <mszymutk@redhat.com>
Copy link
Copy Markdown
Contributor

@bclindner bclindner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BorekZnovustvoritel BorekZnovustvoritel merged commit ceb7695 into main Apr 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants