Andrey Ladniy
Andrey Ladniy
> Yes, EventStore is an immutable append only storage. This leads to the inability to use the ES through EventStore.Akka.Persistence in production. In my case with frequent snapshots I have...
@t3hnar Thanks, I already thought about it, if no solutions can be made with the the ES and do it so. @gregoryyoung I don't need old snapshots, I need only...
I try use `maxCount` for every snapshot stream. `maxCount` hides old snapshots, but uses hdd space which releases with scavege only. So `deleteSnapshots` can't be used as a part of...