From f30c7db2dd17f0fba94fb006dc828be6dd7c72e1 Mon Sep 17 00:00:00 2001 From: Matt Burdan Date: Sun, 23 Nov 2025 21:48:31 -0800 Subject: [PATCH] Add raftz --- implementations.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/implementations.json b/implementations.json index f77225c..6ed1a7c 100644 --- a/implementations.json +++ b/implementations.json @@ -731,6 +731,24 @@ "logCompaction": false } }, + { + "repoURL": "https://github.com/burdzwastaken/raftz", + "name": "raftz", + "authors": [ + { + "name": "Matt Burdan", + "github": "burdzwastaken" + } + ], + "language": "Zig", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": true, + "logCompaction": true, + "persistence": true + } + }, { "repoURL": "https://github.com/burma-shave/chelan", "name": "chelan",