Skip to content

Commit

Permalink
Merge pull request #193 from iifawzi/implementations-tf-raft
Browse files Browse the repository at this point in the history
Adding tf-raft to the implementations
  • Loading branch information
ongardie authored Dec 4, 2023
2 parents 92a0a44 + 7ccdbe8 commit 0a872bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,24 @@
"logCompaction": false
}
},
{
"repoURL": "https://github.com/iifawzi/tf-raft",
"name": "tf-Raft",
"authors": [
{
"name": "Fawzi Abdulfattah",
"github": "iifawzi"
}
],
"language": "TypeScript",
"license": "MIT",
"features": {
"basic": true,
"membershipChanges": true,
"logCompaction": false,
"persistence": true
}
},
{
"repoURL": "https://github.com/jalvaro/raft",
"name": "jalvaro/raft",
Expand Down

0 comments on commit 0a872bb

Please sign in to comment.