You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This related to Akka persistence.
Why isn't it possible to delete snapshots with a lower bound using SnapshotSelection Criteria (http://doc.akka.io/api/akka/2.3.2/index.html#akka.persistence.SnapshotSelectionCriteria)?
It seems useful to be able to delete snapshots after a certain point, if e.g. a state update function had a bug in a certain version, and we want to replay all messages to recreate snapshots.