Re: [akka-user] Re: Supervision for persistent actors

2017-06-22 Thread Patrik Nordwall
You want to use Backoff supervision here, and that is actually an ordinary actor that takes care of the supervision for one other actor. You have to use a Backoff supervisor for the manager an one for each child. It only supports one-for-one. /Patrik tors 22 juni 2017 kl. 07:46 skrev Muthukumaran

[akka-user] Re: Supervision for persistent actors

2017-06-21 Thread Muthukumaran Kothandaraman
I understand that child actor inherits the parent's supervision strategy. In that case, for the scenario below, if I specify different strategies for different sibling actors of same hierarchy, which strategy takes precedence. For example, I have actor A with supervision strategy as X and