Click any tag below to further narrow down your results
Links
This article shares insights from analyzing 25,000 dead letter queue (DLQ) messages to highlight common pitfalls in DLQ setups and the importance of proper configuration and monitoring. It outlines a systematic approach for diagnosing issues in Kafka, emphasizing the need to identify root causes and take corrective action efficiently.
This article discusses a system built for Wayfair that uses PostgreSQL as a Dead Letter Queue (DLQ) to manage failed event processing. Instead of using Kafka for failed events, the system stores them in a PostgreSQL table, allowing for better visibility and easier reprocessing. It also outlines a retry mechanism with exponential backoff to prevent flooding the DLQ with transient failures.