Skip to content

TuGraph-family/etcd-raft-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is a c++ port of etcd raft, based on a commit point in the original repository (https://github.com/etcd-io/raft), the commit id is in the commit file.

Features

  • Almost line-by-line translation of the etcd golang raft code.
  • Header-only, all the code is in the header file and does not need to be compiled into a lib.
  • Most of the test case code was translated and the test passed.

About

The C++ implementation of etcd raft

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published