1 个仓库
Synchronization of data to non-voting nodes that do not participate in the quorum or election process.
Distinct from Inter-Node Data Synchronization: Distinct from general inter-node synchronization by specifically addressing non-voting learner roles for read-scaling.
Explore 1 awesome GitHub repository matching data & databases · Learner Node Synchronization. Refine with filters or upvote what's useful.
sofa-jraft is a Java implementation of the Raft consensus algorithm. It serves as a distributed consensus engine and linearizable state machine designed to ensure high availability and data consistency across a cluster of nodes. The project provides a replicated key-value store and a coordination engine for managing distributed state. It distinguishes itself through support for multi-group consensus sharding to distribute traffic and a service provider interface that allows for custom log storage and entry encoding implementations. The system covers a wide range of distributed capabilities,
Implements non-voting learner nodes that replicate data from the cluster to scale read operations without affecting quorum.