Hi Arnaud,
On 22.02.14 20:33, 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
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.
This API doesn't exist at the moment.
Any idea how I could achieve that? I feel like I am missing something
there.
You need to store that information elsewhere.
Please create a ticket, I think it's a useful addition to the API.
Thanks,
Martin
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.