Expanso Dead Letter Queue

Handle failed messages with dead-letter queue pattern and retry logic

expanso-io Updated

File contents

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

expanso-io/skills.expanso.io/tree/main/skills/recipes/dead-letter-queue commit 272e023690

Frequently asked questions

npx skillmds@latest add expanso-io/expanso-dead-letter-queue-2