If a remote actor is not available due to power loss Can the supervision strategy handle the situation?
I have coded the example and I have shut down the remote actor system but it seems that the supervision strategy only takes into account Exceptions thrown by the remote actor once reached.
Since I'm not an Akka expert I'd like to know if this is achievable.
Edition:
I have already implemented the subscription to the events that indicates that error in the connection have occurred. I still need to have access to message the sender sent originally so the message do not get lost.