mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Currently we don't support 'local' consistency, which would imply maintaining separate raft group for each dc. What we support is actually 'global' consistency -- one raft group per tablet replica set. We don't plan to support local consistency for the first GA. Closes scylladb/scylladb#29221