Hi,

Sorry in advance if this has already been answered somewhere, I couldn't 
find it...

I have a PersistentActor, and I use persistAsync to persist its events. Now 
I want to add snapshots into the mix. So from what I understand from the 
documentation, having a snapshot with a timestamp T means I wouldn't get 
any events that were persisted prior to T. But when are these timestamps 
generated? Is it possible that I will miss events? Is it possible that an 
event that was already taken into account in the snapshot be processed 
again?

Thanks,
Tal

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to