7

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.

jackweirdy
  • 5,632
  • 4
  • 24
  • 33

1 Answers1

0

Yes, Split Brain Resolver require Typesafe reactive Platform subsciption for production usage

https://www.lightbend.com/blog/how-to-handle-network-partitions-decisively-with-akka-split-brain-resolver

mgosk
  • 1,874
  • 14
  • 23