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

Expand DLQ with mark_as_consumed option #1673

Open
mensfeld opened this issue Oct 16, 2023 · 0 comments
Open

Expand DLQ with mark_as_consumed option #1673

mensfeld opened this issue Oct 16, 2023 · 0 comments
Assignees
Labels
dead letter queue Things related to the DLQ feature enhancement New features, updated functionalities and improvements

Comments

@mensfeld
Copy link
Member

      dead_letter_queue(
        topic: 'dead_messages',
        max_retries: 2,
        mark_as_consumed: true  # (false by default unless defined for mom) or :mark_as_consumed! and :mark_as_consumed
      )

such option will support all and as long as with mom default is false, all will work as now but will allow for mom dlq offset altering

@mensfeld mensfeld added enhancement New features, updated functionalities and improvements dead letter queue Things related to the DLQ feature labels Oct 16, 2023
@mensfeld mensfeld self-assigned this Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dead letter queue Things related to the DLQ feature enhancement New features, updated functionalities and improvements
Development

No branches or pull requests

1 participant