- Notifications
You must be signed in to change notification settings - Fork282
-
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! |
BetaWas this translation helpful?Give feedback.
All reactions
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 |
BetaWas this translation helpful?Give feedback.