Hi, I have a question regarding the akka-persistence recovery process.
I am building some kind of HTTP persistent message bus that uses akka-persistence to save events occurring on a "topic". Every topic is an EventsourcedProcessor and the recovery after a crash or restart works fine. FYI you can find my project here https://github.com/agourlay/omnibus Now my problem: I want to know when I manually restart my application, after a maintenance for instance, which topics were active before shutdown and possess some state in the Journal. I was expecting to find some kind of API on the Journal to retrieve all processors ID existing in the Journal so I could manually re-create those actors in order to trigger recovery. Any idea how I could achieve that? I feel like I am missing something there. Thanks in advance. Arnaud -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
