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

CASPaxos implementation #387

Open ktoso opened 4 years ago

ktoso commented 4 years ago

CASPaxos has been on our radar for a while.

It'd be a fantastic implementation for "CAS a registry" e.g. for configuration.

Internal for the system use cases include: registry and configuration, perhaps "singleton location" where we could CAS which member is to host the singleton, potentially membership (??? though there'd be various tradeoffs with the convergence one). For end users it'd be a great alternative to do "atomic distributed registry"

ktoso commented 4 years ago