Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dead letter queue (DQL) implementation #310

Open
Tracked by #172
astubbs opened this issue May 20, 2022 · 0 comments
Open
Tracked by #172

Add a dead letter queue (DQL) implementation #310

astubbs opened this issue May 20, 2022 · 0 comments

Comments

@astubbs
Copy link
Contributor

astubbs commented May 20, 2022

Implemented as a draft extention of termainl retry handling:

astubbs#8

Extension of:

Related:

Workaround

Implement it yourself by producing to a dlq topic when you think you’ve retried too many times, and then don’t throw an exception so PC thinks it was successful

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 a pull request may close this issue.

1 participant