Dear Pros,

>From my Akka application it makes more sense to only use the snapshots. I 
don't want to use the journal at all.

Do you see any problems with doing that which I might not have considered?

My second problem with that is, that I wanted to delete old snapshots. I.e. 
keep only the current one. The deletion should take place on the 
SaveSnapshotSuccess. Initially I did not expect that the sequence number is 
only updated at a journal logs. This of course makes sense after thinking 
about it. But my problem remains, I can not identify my latest snapshot as 
the sequence number stays at 0. I will always delete all snapshots. 

Thanks for helping, Peter

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to