Skip to content

Dead Letter Queue for stuck events #371

@adyach

Description

@adyach

The events which the consumer is not able to process block the whole pipeline. Those events have to be manually skipped in order to unblock the pipeline and continue the processing of the following events. It would be helpful to have a feature configured that allows to skip not processable events, continue processing of the events, but publish "broken events" to another event type for later investigation.

Dead letter queue is a functionality that many teams are missing and every team have implemented their own local version of DLQ. This is very costly and in the absence of best practices, often the implementations differ vastly from each other. A central implementation of DQL for Nakadi can greatly reduce the software/technology complexity and cost for many individual teams.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions