Hi All, I am currently converting my framework over to akka-persistence from eventsourced.
I want to be notified when the recovery is complete, and do some work before accepting new messages. How would I know that recovery is complete ? Would I need to overide preRestart and somehow poll self for the existence of recoveryFinished ? Specifically what I need to do is reset counter so that new keys, begin where they last left off. I have another method which I may use but was hoping for a hook I could reuse. thanks -- >>>>>>>>>> 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.
