Joseph Doherty
4a4d27c878
docs: add full production parity implementation plan
...
25 tasks across 6 waves targeting ~1,415 new tests:
- Wave 2: Internal data structures (AVL, SubjectTree, GSL, TimeHashWheel)
- Wave 3: FileStore block engine with 160 tests
- Wave 4: RAFT consensus (election, replication, snapshots, membership)
- Wave 5: JetStream clustering + NORACE concurrency
- Wave 6: Remaining subsystem test suites (config, MQTT, leaf, accounts,
gateway, routes, monitoring, client, JetStream API/cluster)
2026-02-23 20:40:33 -05:00
Joseph Doherty
d445a9fae1
docs: add full production parity design
...
6-wave implementation plan covering RAFT consensus, FileStore block
engine, internal data structures, JetStream clustering, and remaining
subsystem test suites. Targets ~1,160 new tests for ~75% Go parity.
2026-02-23 20:31:57 -05:00
Joseph Doherty
36847b732d
docs: add go-to-dotnet test parity implementation plan (30 tasks, 4 phases)
...
30-task plan across 4 gated phases:
- Phase A (Foundation): Client, Parser, SubList, Server, Routes, Gateways, Leaf Nodes, Accounts
- Phase B (Distributed Substrate): RAFT, Storage, Config/Reload, Monitoring
- Phase C (JetStream Depth): Core, Clustering
- Phase D (Protocol Surfaces): MQTT, JWT
Includes concrete test code, TDD steps, and task dependency tracking.
2026-02-23 17:36:07 -05:00
Joseph Doherty
f6fab376ad
docs: add go-to-dotnet systematic test parity design
...
Systematic mapping of 3,451 Go test functions against .NET port
reveals ~18% coverage. Design defines 4-phase hybrid dependency-first
approach: Foundation (client/routing/sublist) -> Distributed substrate
(RAFT/storage) -> JetStream depth -> Protocol surfaces (MQTT/JWT).
2026-02-23 17:24:57 -05:00
Joseph Doherty
0684ca4861
docs: add post-strict full go parity plan
2026-02-23 17:01:29 -05:00
Joseph Doherty
b88cad96e8
docs: add post-strict full go parity design
2026-02-23 16:59:29 -05:00
Joseph Doherty
081ff1b0db
docs: synchronize strict full go parity evidence and status
2026-02-23 15:03:35 -05:00
Joseph Doherty
ec373d36f6
test: add strict nats capability inventory guardrail
2026-02-23 14:32:55 -05:00
Joseph Doherty
f76b599e2d
docs: add strict full go parity implementation plan
2026-02-23 14:27:04 -05:00
Joseph Doherty
ffb165fd8a
docs: add strict full go parity design
2026-02-23 14:25:13 -05:00
Joseph Doherty
377ad4a299
feat: complete jetstream deep operational parity closure
2026-02-23 13:43:14 -05:00
Joseph Doherty
5506fc4705
docs: add jetstream deep operational parity plan
2026-02-23 13:19:20 -05:00
Joseph Doherty
47ab559ada
docs: add jetstream deep operational parity design
2026-02-23 13:17:46 -05:00
Joseph Doherty
2b64d762f6
feat: execute full-repo remaining parity closure plan
2026-02-23 13:08:52 -05:00
Joseph Doherty
cbe1fa6121
docs: add full-repo remaining parity plan
2026-02-23 12:24:29 -05:00
Joseph Doherty
6d2bfc0660
docs: add full-repo remaining parity design
2026-02-23 12:21:33 -05:00
Joseph Doherty
b41e6ff320
feat: execute post-baseline jetstream parity plan
2026-02-23 12:11:19 -05:00
Joseph Doherty
c3763e83d6
docs: add post-baseline jetstream parity plan
2026-02-23 11:15:03 -05:00
Joseph Doherty
93e9134cce
docs: add post-baseline jetstream parity design
2026-02-23 11:13:13 -05:00
Joseph Doherty
8bce096f55
feat: complete final jetstream parity transport and runtime baselines
2026-02-23 11:04:43 -05:00
Joseph Doherty
53585012f3
docs: add final remaining jetstream parity plan
2026-02-23 10:31:38 -05:00
Joseph Doherty
cc188fa84d
docs: add final remaining jetstream parity design
2026-02-23 10:28:10 -05:00
Joseph Doherty
f46b331921
feat: complete remaining jetstream parity implementation plan
2026-02-23 10:16:16 -05:00
Joseph Doherty
c7bbf45c8f
docs: add remaining jetstream parity plan
2026-02-23 09:51:21 -05:00
Joseph Doherty
fb449b8dd7
docs: add remaining jetstream parity design
2026-02-23 09:47:11 -05:00
Joseph Doherty
a8985ecb1a
Merge branch 'codex/jetstream-full-parity-executeplan' into main
...
# Conflicts:
# differences.md
# docs/plans/2026-02-23-jetstream-full-parity-plan.md
# src/NATS.Server/Auth/Account.cs
# src/NATS.Server/Configuration/ConfigProcessor.cs
# src/NATS.Server/Monitoring/VarzHandler.cs
# src/NATS.Server/NatsClient.cs
# src/NATS.Server/NatsOptions.cs
# src/NATS.Server/NatsServer.cs
2026-02-23 08:53:44 -05:00
Joseph Doherty
6228f748ab
docs: add mqtt connection type implementation plan and task tracking
2026-02-23 08:49:24 -05:00
Joseph Doherty
e2e8c33d38
docs: record final jetstream parity verification
2026-02-23 07:18:11 -05:00
Joseph Doherty
fd1edda0df
test: verify dotnet and go jetstream parity suites
2026-02-23 07:15:24 -05:00
Joseph Doherty
264b49f96a
test: add go jetstream parity runner
2026-02-23 06:24:41 -05:00
Joseph Doherty
02a474a91e
docs: add JetStream full parity design
2026-02-23 05:25:09 -05:00
Joseph Doherty
c8a89c9de2
docs: update mqtt connection type design with config parsing scope
2026-02-23 05:18:47 -05:00
Joseph Doherty
4b3890f046
docs: add implementation plan for SYSTEM/ACCOUNT connection types
...
16 tasks across 6 layers: ClientKind + INatsClient + InternalClient,
event infrastructure, event publishing, request-reply services,
import/export model, and response routing with latency tracking.
2026-02-23 05:12:02 -05:00
Joseph Doherty
e0abce66da
docs: add mqtt connection type design
2026-02-23 05:08:44 -05:00
Joseph Doherty
a0926c3a50
docs: add design doc for SYSTEM and ACCOUNT connection types
...
Covers 6 implementation layers: ClientKind enum + INatsClient interface,
event infrastructure with Channel<T>, system event publishing, request-reply
monitoring services, import/export model with ACCOUNT client, and response
routing with latency tracking.
2026-02-23 05:03:17 -05:00
Joseph Doherty
4e9c415fd2
Merge branch 'feature/remaining-gaps'
2026-02-23 04:48:39 -05:00
Joseph Doherty
dac641c52c
docs: add WebSocket implementation plan with 11 tasks
...
TDD-based plan covering constants, origin checker, frame writer,
frame reader, compression, HTTP upgrade, connection wrapper,
server/client integration, differences.md update, and verification.
2026-02-23 04:26:40 -05:00
Joseph Doherty
9f88b034eb
docs: add implementation plan for remaining lower-priority gaps
...
14-task plan covering JWT auth (4 tasks), subject transforms (2 tasks),
OCSP support (2 tasks), and quick wins (5 tasks) + differences.md update.
Includes parallelization guide, TDD steps, and task persistence.
2026-02-23 04:20:24 -05:00
Joseph Doherty
30ae67f613
docs: add WebSocket support design document
...
Full port design for WebSocket connections from Go NATS server,
including HTTP upgrade handshake, custom frame parser, compression,
origin checking, and cookie-based auth.
2026-02-23 04:17:56 -05:00
Joseph Doherty
f533bf0945
docs: add design document for remaining lower-priority gaps
...
Covers JWT authentication, subject mapping/transforms, OCSP support,
Windows Service integration, per-subsystem logging, per-client trace,
per-account stats, and TLS cert expiry in /varz.
2026-02-23 04:12:45 -05:00
Joseph Doherty
fadbbf463c
docs: add detailed implementation plan for config parsing and hot reload
...
8 tasks with TDD steps, complete test code, exact file paths,
and dependency chain from lexer through to verification.
2026-02-23 04:12:11 -05:00
Joseph Doherty
65fac32a14
docs: add config parsing and hot reload design document
...
Captures the design for resolving the two remaining high-priority gaps
in differences.md: config file parsing and SIGHUP hot reload.
2026-02-23 04:06:16 -05:00
Joseph Doherty
5b383ada4b
docs: add implementation plan for sections 3-6 gaps
2026-02-23 00:28:31 -05:00
Joseph Doherty
060e1ee23d
docs: add implementation plan for sections 7-10 gaps
2026-02-23 00:25:04 -05:00
Joseph Doherty
f4efbcf09e
docs: add design for sections 7-10 gaps implementation
2026-02-23 00:17:35 -05:00
Joseph Doherty
f86ea57f43
docs: add design for sections 3-6 gaps implementation
2026-02-23 00:17:24 -05:00
Joseph Doherty
3941c85e76
Merge branch 'feature/core-lifecycle' into main
...
Reconcile close reason tracking: feature branch's MarkClosed() and
ShouldSkipFlush/FlushAndCloseAsync now use main's ClientClosedReason
enum. ClosedState enum retained for forward compatibility.
2026-02-23 00:09:30 -05:00
Joseph Doherty
149c852510
docs: add core lifecycle implementation plan with 12 tasks
...
Detailed step-by-step plan covering ClosedState enum, close reason
tracking, ephemeral port, graceful shutdown, flush-before-close,
lame duck mode, PID/ports files, NKey stubs, signal handling, and
differences.md update.
2026-02-22 23:31:01 -05:00
Joseph Doherty
c2dc503e2e
docs: add core server lifecycle design for section 1 gaps
...
Covers ClosedState enum, accept loop backoff, ephemeral port,
graceful shutdown, lame duck mode, PID/ports files, signal
handling, and stub components.
2026-02-22 23:25:53 -05:00
Joseph Doherty
1c8cc43fb4
docs: add authentication implementation plan with 15 TDD tasks
...
Covers NuGet packages, protocol types, auth models, authenticators
(token, user/password, NKey), AuthService orchestrator, permissions,
server/client integration, account isolation, and integration tests.
2026-02-22 22:15:48 -05:00