Registry / networking / jraft-core

jraft-core

JSON →
library1.4.0javamavenunverified

A production-grade Java implementation of the RAFT consensus algorithm for distributed systems.

<dependency> <groupId>com.alipay.sofa</groupId> <artifactId>jraft-core</artifactId> <version>1.4.0</version> </dependency>
INSTALL
IMPORT
SIG · JRAFT-CORE
J
jraft-core
networkingjavav1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RaftGroupService
com.alipay.sofa.jraft.RaftGroupService

Minimal example showing import and instantiation of RaftGroupService.

import com.alipay.sofa.jraft.RaftGroupService; public class Quickstart { public static void main(String[] args) { RaftGroupService service = new RaftGroupService(); System.out.println("JRaft service created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jraft-core — mvn dependency:get jraft-core · libregistry