It looks like akka.cluster.split-brain-resolver is a paid-for feature. (I got that impression from this line in the docs):
This is a feature of the Typesafe Reactive Platform that is exclusively available for Typesafe Project Success Subscription customers.
Does this mean I'm going to have to pay to have a strategy for handling network partitions that result in a split-brain, or is there a way to handle network partitions that is available open-source?
I have a cluster singleton that I want to be running on whichever partition has the majority of nodes connected in a dynamically scaling cluster.