I'm trying to build a brain split resolver for akka cluster. But it's quite hard to simulate the scenario where certain nodes are unreachable from the rest of the origin cluster and form their own cluster.
It can't be done by stoping and restart nodes because the newly started nodes are not the same one since UID of those nodes have changed.
network failure injection
in test conductor seems quite promising but I didn't find any doc about it. So, How can I create a network partition scenario?