After having thought about it a little bit, I realized that was the appropriate thing to do and realized it was a silly question to ask in the first place. Thanks for responding.
On Friday, August 7, 2015 at 5:09:17 AM UTC-4, Patrik Nordwall wrote: > > Can't you use deleteMessages and deleteSnapshots with maxSequenceNr = > Long.MaxValue ? > > (do you really need snapshots for user sessions?) > > /Patrik > > On Fri, Jul 17, 2015 at 1:26 AM, Christopher Oman <[email protected] > <javascript:>> wrote: > >> I am struggling somewhat with the documentation on sequence number and >> snapshot sequence number. My use case is that I have persistent actors that >> represent user sessions. When a user logs out (or the session times out), >> there is no longer a need to keep the persistent events and snapshots >> around. What is the pattern I would use to clean up all of cruft? >> >> Thanks, >> Chris >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > > -- >>>>>>>>>> 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.
