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

Reset DLQ state on cursor reset #1572

Closed fghibellini closed 7 months ago

fghibellini commented 7 months ago

One-line summary

Zalando ticket : ARUHA-1531

Description

If a user resets the cursors of a subscription the DLQ state of any of the updated partitions should be reset to the default state.

Review

Deployment Notes

These should highlight any db migrations, feature toggles, etc.