zalando / nakadi

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
https://nakadi.io
MIT License
952 stars 293 forks source link

Feed events one by one until the end of problematic batch #1566

Closed a1exsh closed 8 months ago

a1exsh commented 8 months ago

The current behaviour that Auto DLQ goes back to normal mode once it found one bad event. It can happen that there are more events after that bad one. Current behaviour will create longer bad events identification time.

Internal ticket: 1537

adyach commented 8 months ago

👍