I think it would be useful to have a setting a la "keep-at-most-nr-snapshots". I believe that is beneficial for all users, you should create an issue at github :)
On Saturday, July 26, 2014 9:08:39 AM UTC+1, Rohit Kumar Gupta wrote: > > Hello, > > I am using akka persistence (akka 2.3.4 & play 2.3.1) in my akka based > ProductCluster. I am taking snapshot every 10 secs in the master process. > What I notice is that, the snapshot folder keep growing and becomes huge. > As I understand that once I take a snapshot I don't need the older > snapshots (except for later debugging/postmortem). How can I configure akka > to do this automatically. I know that PersistentActor has api > deleteMessages that takes a selection criteria. > > Any pointers will be helpful. > > Thanks, > Rohit > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
