Remix.run Logo
lifeisstillgood 6 days ago

“Paxos as a service”

Ok. I have just spent 5 minutes noodling on that one and … I love it even if I cannot work out how to make it work …

Definitely coming back to that

cperciva 6 days ago | parent | next [-]

To be clear, I'm not saying it has to be literally Paxos as a service. There's a bunch of ways you can take operations from different sources in a distributed system and produce a consensus view of what happened first. But aside from trivial and low-performance options (e.g. everyone contends on a single DynamoDB item and uses conditional writes) Amazon hasn't made any of the possibilities available.

xmprt 6 days ago | parent | prev [-]

Isn't etcd or Zookeeper essentially Paxos as a service? Or maybe I'm missing exactly what's meant by this.

maherbeg 5 days ago | parent [-]

etcd is raft, but zookeeper is paxos as a service. so maybe a hosted version since zookeeper can be troublesome for folks to operate.