Hacker News new | ask | show | jobs
by seanhunter 200 days ago
It says on the github page

   " It provides fault-tolerant streaming with automatic leadership rotation, segment-based partitioning, and Raft consensus for metadata coordination."
So I guess that's a "yes" to raft?
1 comments

GP asked about data plane consensus, not metadata/control plane.
They asked about data plane replication - e.g., leader -> followers. Unless I misunderstood them.