EventStore
EventStore copied to clipboard
Update streams.md
Removed the misleading statement,
Regarding deleted streams retaining one event that is readable,
As per slack chat with Alexey that seems to not be an accurate representation.
It seems there is enough additional information regarding the behavior of soft delete where appended events to a soft deleted streams start at previous offset plus one, that the best option is to simply delete this paragraph.
At which version this paragraph was true? I don't have enough information to make that call, but certainly it is NOT true for current version.
Qodana for .NET
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Detected 184 dependencies
Third-party software list
This page lists the third-party software dependencies used in EventStore
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
hey @tomthetrainer, i think the paragraph is still true in current versions, but its pretty clumsy and we should definitely refine what it's saying.
i think what it is trying to say is that if you soft delete a stream, and then scavenge, then you will still find the last event in that stream when you read $all. is that consistent with what you're seeing?