Hacker News new | ask | show | jobs
by ryanlecompte 5073 days ago
Hey Steven,

ZooKeeper is actually a proven technology for solving distributed configuration. It's widely used by Yahoo! and Netflix among other large companies. It's a proven PAXOS-like implementation, and definitely isn't a single point of failure. Check it out!