Skip to content

Commit ae86f69

Browse files
authored
Merge pull request #215 from gc-garcol/main
Add cafe-raft
2 parents 6403693 + bef093c commit ae86f69

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

implementations.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,24 @@
12521252
"persistence": true
12531253
}
12541254
},
1255+
{
1256+
"repoURL": "https://github.com/gc-garcol/cafe-raft",
1257+
"name": "cafe-raft",
1258+
"authors": [
1259+
{
1260+
"name": "Thai Van",
1261+
"github": "gc-garcol"
1262+
}
1263+
],
1264+
"language": "Java",
1265+
"license": "Apache-2.0",
1266+
"features": {
1267+
"basic": true,
1268+
"membershipChanges": false,
1269+
"logCompaction": false,
1270+
"persistence": true
1271+
}
1272+
},
12551273
{
12561274
"repoURL": "https://github.com/goraft/raft",
12571275
"name": "go-raft",

0 commit comments

Comments
 (0)