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

fix(dlq): Actually respect the DLQ limits #309

Merged
merged 4 commits into from
Nov 30, 2023

Conversation

lynnagara
Copy link
Member

While working on porting this code to the Rust consumer, I noticed that the DLQ limits are not working in Python as expected. This is an attempt to fix that. Specifically, limits are being ignored. Even if one is defined, the Arroyo processor behaves as if there was no limit set and simply forwards all invalid messages to the DLQ.

While working on porting this code to the Rust consumer, I noticed
that the DLQ limits are not working in Python as expected. This
is an attempt to fix that. Specifically, limits are being ignored.
Even if one is defined, the Arroyo processor behaves as if there was
no limit set and simply forwards all invalid messages to the DLQ.
@lynnagara lynnagara requested a review from a team as a code owner November 29, 2023 03:31
@lynnagara lynnagara merged commit d7adaea into main Nov 30, 2023
8 checks passed
@lynnagara lynnagara deleted the actually-implement-dlq-limits branch November 30, 2023 17:52
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.

None yet

2 participants