[akka-user] Re: Akka recovery from Failure

2014-07-30 Thread Michael Pisula
Hi Steven, Am Dienstag, 29. Juli 2014 14:58:53 UTC+2 schrieb Steven: > > Hi, > I’ve been doing a lot of reading into the Akka framework and have played > with a few of the examples, and sort of understand is ‘embrace failure’ and > ‘self heal’ ethos. > But I have a use case using ‘exactly-once

[akka-user] Re: Akka recovery from Failure

2014-07-29 Thread 09goral
It's a little workaround but I guess it would work: in child actors, workers, acquire ActorRef for your master Actor using actorFor. If master dies its path will be reused and new master Actor will have same path so it doesn't matter that ActorRef changes W dniu wtorek, 29 lipca 2014 14: