feat(mqtt): implement config stubs and clean up server extensions

Convert MqttConfigAuth, MqttHandleClosedClient, MqttUpdateMaxAckPending
to no-ops and MqttDetermineReplicas to return 1 (standalone). Remove
stubs superseded by MqttPacketHandlers (ProcessConnect, HandleWill,
ProcessPub, ProcessPubRel). Remaining JetStream-dependent stubs are
documented but unchanged.
This commit is contained in:
Joseph Doherty
2026-03-01 16:15:20 -05:00
parent 710f443eda
commit 8127f6e1cb
2 changed files with 56 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-03-01 21:10:54 UTC
Generated: 2026-03-01 21:15:21 UTC
## Modules (12 total)