Sequential handling of network partitions and split brain scripts in Akka

Looks like akka.cluster.split-brain-resolver is a paid feature. (I got this impression from this line in the docs ):

This is a feature of the Replace Reactive Platform, which is available exclusively to customers of the Project Optimization subscription.

Does this mean that I will have to pay for a strategy for processing network partitions that lead to a separation of the brain, or is there a way to handle network partitions that are open source?

I have a singleton cluster that I want to run on which partition has the majority of nodes connected in a dynamically scalable cluster.

+6
source share
1 answer

Yes, Split Brain Resolver requires types of safe jet platforms for production use.

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

0
source

Source: https://habr.com/ru/post/1012693/


All Articles