feat(batch30): implement raft group-a server integration

This commit is contained in:
Joseph Doherty
2026-02-28 20:06:17 -05:00
parent a5b4dd39b1
commit 492030bd4b
6 changed files with 468 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ public sealed class RaftTypesTests
Id = "N1",
GroupName = "RG",
AccName = "ACC",
Server_ = new object(),
StateValue = (int)RaftState.Leader,
LeaderId = "N1",
Csz = 3,