docs: add MQTT server-side orchestration design

Full protocol parity design for MQTT 3.1.1: listener, client creation,
parser/dispatch, all packet handlers (CONNECT through DISCONNECT),
QoS 0/1/2, will messages, retained messages, session persistence,
and JetStream consumer management. Bottom-up implementation strategy.
This commit is contained in:
Joseph Doherty
2026-03-01 15:25:01 -05:00
parent be1eb3392e
commit 60bb56a90c
2 changed files with 363 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-03-01 20:13:49 UTC
Generated: 2026-03-01 20:25:04 UTC
## Modules (12 total)