Hi Patrik,
Thanks for your response.
In our case, when we start D node, it tries to join the cluster(ABC). But ABC remains unreachable due to some network unavailability. So D forms a separate cluster.
At this point, the Cluster.state().members() on D has only D node and not other nodes.
No firewalls present at our end and even when the network becomes stable at later time, D remains in a separate cluster.
Now to recover from this, we restart the node D (actor system) manually to join the ABC cluster.
So the query is, any option available in Akka to rejoin these cluster islands without restarting the nodes?
Regards,
Makesh