Skip to content

junwen12221/Raft-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft-java

Refer to the Go implementation of etcd raft to implement raft on the JVM platform.

Design

A Raft library that does not rely on the IO framework.

Guaranteed function is available, test complete and then consider optimization.

Status

The basic process of raft has been completed.

Test tool is not tested. Raft test is not completed.

Lack of practical examples.

Tasks

Complete 3 unit tests every three days.

communicate

leave a message on issues.

Maintain together to make the project more robust.

QQ:294712221

Acknowledgments

Thanks etcd !

License

Apache-2.0 license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages