Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka-supervision

Does the child actor know that he is being resumed?

Prevent akka actor from restarting child actor

scala akka akka-supervision

Akka Cluster starding not able to register to Coordinator

Does Akka Decider have access to the full failure scenario?

akka akka-supervision

How to retry failed Unmarshalling of a stream of akka-http requests?

Can a supervision strategy handle a ConnectException?

scala akka akka-supervision

How to supervise cluster singleton in Akka?

In AKKA does calling shutdown on a supervisor stop all the actors it's supervising?

Distributed Actors in Akka

How to handle exception with ask pattern and supervision

scala akka akka-supervision

Akka Java fault tolerance and actor restarting

java akka akka-supervision

Akka: How to schedule retries on failure with growing delay intervals?

Is an ActorRef updated when the associated Actor is restarted by the supervisor?

Is it possible/advisable to have a different supervision strategy for different children of an Akka 2 actor?