-
Notifications
You must be signed in to change notification settings - Fork 95
🥏 Discard failing | all pending messages in message tab #2009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Review Summary🏷️ Draft Comments (3)
|
LGTM 👍 |
07243f2
to
d8c0a78
Compare
d8c0a78
to
4d502be
Compare
also change logic of how we detect a failed message to use `deliver_count > 0`
4d502be
to
82e38ad
Compare
Add button to discard all failing or pending messages.
Note:
The current implementation discards all currently loaded/buffered messages, but there might be some messages that did not yet fit in our internal buffer, thus aren't discarded. So in case a Sink is processing thousands of messages and you want to discard them all, you'd need to discard buffered portions multiple times.
Do we want a different mechanism? or is that OK?
Update: I guess that is OK, if the user wants to discard any upcoming messages they could disable the sink.
Fixes #1435