- Notifications
You must be signed in to change notification settings - Fork19
Quorum split brain resolver for static akka cluster
License
NotificationsYou must be signed in to change notification settings
mbilski/akka-reasonable-downing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
akka-reasonable-downing provides split brain resolver for static akka cluster using quorum strategy.
Add to yourbuild.sbt
libraryDependencies += "pl.immutables" %% "akka-reasonable-downing" % "1.2.0"
akka { cluster { downing-provider-class = "pl.immutables.akka.reasonable.downing.StaticQuorumDowningProvider" min-nr-of-members = ${akka.reasonable.downing.quorum-size} } reasonable.downing { # the time to make a decision after the cluster is stable stable-after = 7 seconds # the N / 2 + 1 where N is number of nodes in a static cluster quorum-size = 3 # list of the roles which be used in quorum. may be empty or absent. quorum-roles = ["seed"] }}
See the demohere.
This code is open source software licensed under theApache-2.0 license.
About
Quorum split brain resolver for static akka cluster
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published