Hello,

We are using eventstore for akka persistence. We had a situation recently 
where our eventstore connection was down and our akka Actor failed to 
persist writes from akka actor. Actor is stopped after 
invoking onPersistFailure which is default behavior of akka actors.

But the failed event is lost and never made it to eventstore. 

Do we have some alternative where write doesn't fail in case of eventstore 
connection being down and it writes to a local store and persists it in 
eventstore once connection is up?

Thanks,
Sravani

-- 
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>> 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to