On 24.02.14 10:51, Arnaud Gourlay wrote:
Hi Martin,

Thank you for the fast reply, I am pretty sure this API could be useful to a lot of people.
I have created a ticket in the Akka Assembla space.

Thanks!


Arnaud

On Saturday, February 22, 2014 8:33:33 PM UTC+1, Arnaud Gourlay wrote:

    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
    <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.

--
Martin Krasser

blog:    http://krasserm.blogspot.com
code:    http://github.com/krasserm
twitter: http://twitter.com/mrt1nz

--
     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.

Reply via email to