Replies: 1 comment
-
For now you can create pipeline and your own custom implementation of DLQ for Kafka. I've opened feature request for official implementation here: #3660 Also, for now DLQ support in Brighter seems to be not fully functional: #3667 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Brighter team,
I am using the Brighter library for messaging with Kafka as the message broker. I want to implement a dead letter queue (DLQ) to handle messages that fail processing after a certain number of attempts.
I have searched through the documentation and existing discussions but couldn't find concrete information on whether Brighter natively supports DLQ with Kafka. Therefore, I have a few questions:
Thank you in advance for your assistance and for the excellent work on Brighter!
Beta Was this translation helpful? Give feedback.
All reactions