DeadLetter Explorer
Open-source Kafka DLQ operations console. Safely browse, search, redact PII and throttle-replay failed messages — secured with Keycloak RBAC and validated by TestContainers integration tests.
Problem solved
In microservice architectures, failed messages accumulate silently in Kafka Dead Letter Queues. Operations teams resorted to raw kafka-console-consumer commands that expose sensitive payloads in plain text with no throttling, no redaction and no access control. Each production incident involved compliance risk, no replay guardrails, and no way to preview the impact of re-processing before firing messages downstream.
Main features