-
Notifications
You must be signed in to change notification settings - Fork 19
Description
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.