Dead Letter Queue
Route failed messages to a dead-letter queue with error metadata, automatic retries, and alerting.
Category
data-routing
Quick Start
export KAFKA_BROKERS=localhost:9092
./run.sh
Features
- Automatic retry with exponential backoff
- Error categorization
- Metadata enrichment for debugging
- DLQ topic for manual investigation