feat: port session 20 — JetStream Cluster & Raft types

Port IRaftNode (37-method interface), Raft, RaftState, EntryType, Entry,
AppendEntry, CommittedEntry, VoteRequest/VoteResponse, PeerState from
jetstream_cluster.go; JetStreamCluster, StreamAssignment, ConsumerAssignment,
EntryOp (19 values) and supporting types from jetstream_cluster.go.

Removes IRaftNode stub from NatsServerTypes.cs.
429 features marked complete (IDs 2599-2796, 1520-1750).
This commit is contained in:
Joseph Doherty
2026-02-26 16:23:39 -05:00
parent 84d450b4a0
commit e6bc76b315
6 changed files with 1190 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-02-26 21:14:41 UTC
Generated: 2026-02-26 21:23:40 UTC
## Modules (12 total)
@@ -13,9 +13,9 @@ Generated: 2026-02-26 21:14:41 UTC
| Status | Count |
|--------|-------|
| complete | 2422 |
| complete | 2851 |
| n_a | 77 |
| not_started | 1081 |
| not_started | 652 |
| stub | 93 |
## Unit Tests (3257 total)
@@ -36,4 +36,4 @@ Generated: 2026-02-26 21:14:41 UTC
## Overall Progress
**3010/6942 items complete (43.4%)**
**3439/6942 items complete (49.5%)**