Hacker News new | ask | show | jobs
by ethan_smith 299 days ago
Correct - granular syncing alone doesn't guarantee consistency; you'd need either a distributed transaction protocol or a conflict resolution strategy with eventual consistency semantics.
1 comments

I would say there is no certainty with eventual consistency, only hope.