christophertubbs / christophertubbs/EventStream
Delete messages when handling is complete
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
There needs to be a mechanism for full on deleting old messages once they should no longer be operated on. Currently, messages are `xack`ed once processing complete or orphaned when they don't. If processing can't complete, handling should be able to continue with any other bus that can operate on the stream and its events.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.