feat: port session 18 — JetStream File Store

- FileStoreTypes: FileStoreConfig, FileStreamInfo, FileConsumerInfo, Psi,
  Cache, MsgId, CompressionInfo, ErrBadMsg, FileStoreDefaults constants
- FileStore: JetStreamFileStore implementing IStreamStore (26 methods stubbed)
  with State/Type/Stop/Register* properly implemented
- MessageBlock: MessageBlock type with all 40+ fields, ConsumerFileStore stub
- 312 features complete (IDs 951-1262)
This commit is contained in:
Joseph Doherty
2026-02-26 16:06:50 -05:00
parent 5a2c8a3250
commit 3cffa5b156
6 changed files with 1269 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-02-26 21:02:04 UTC
Generated: 2026-02-26 21:06:51 UTC
## Modules (12 total)
@@ -13,9 +13,9 @@ Generated: 2026-02-26 21:02:04 UTC
| Status | Count |
|--------|-------|
| complete | 1736 |
| complete | 2048 |
| n_a | 77 |
| not_started | 1767 |
| not_started | 1455 |
| stub | 93 |
## Unit Tests (3257 total)
@@ -36,4 +36,4 @@ Generated: 2026-02-26 21:02:04 UTC
## Overall Progress
**2324/6942 items complete (33.5%)**
**2636/6942 items complete (38.0%)**