-
Notifications
You must be signed in to change notification settings - Fork 672
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
Add support for dead letter in event log #652
Comments
@anovakovic01 Can you make example of such an event, when this can occur? A consumer should handle the processing and catch errors or I am missing a point? |
@nmarcetic Here is nice explanation from Redis Streams documentation.
|
FEATURE REQUEST
Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
existing issue, otherwise proceed to step 2.
No.
Describe the feature you are requesting, as well as the possible use case(s) for it.
There is a possibility that some events from Redis Streams cannot be processed. In this case, currently, our consumer will be stuck on this event, which is not good. We should send such events to some other stream where we'll store problematic events. This way it will be easier to track such events and also, our consumers won't get stuck on such messages.
Indicate the importance of this feature to you (must-have, should-have, nice-to-have).
This is a must-have feature.
The text was updated successfully, but these errors were encountered: