Hacker News new | ask | show | jobs
by kilburn 2412 days ago
Genuine question: can you explain a couple of these simpler ways please?
1 comments

Central authorities are typically simpler than gossip and consensus systems. They have failure modes too, of course, but those failure modes are better understood and potentially easier to manage.

Sometimes you can't avoid the need for distributed consensus, but you can box it inside a well defined abstraction like leader election, and then do everything else in a traditional client-server way.