apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
584 stars 54 forks source link

Implement Akka style split-brain-resolvers #625

Open ktoso opened 4 years ago

ktoso commented 4 years ago

This is a great ticket for someone in the community to pick up if they want!

SBR is now open source 🎉 https://github.com/akka/akka/pull/29099/files#diff-d36da6727a07013cfc71db5c784b4c92

So we can easily port and adopt them into this project, without having to "artificially reinvent the wheel" 👍

ktoso commented 4 years ago

See also https://github.com/apple/swift-distributed-actors/pull/366#discussion_r367217784