feat: add connz mqtt_client filtering for open and closed connections

This commit is contained in:
Joseph Doherty
2026-02-23 05:53:24 -05:00
parent 4a242f614f
commit 3f48d1c5ee
5 changed files with 57 additions and 0 deletions

View File

@@ -837,6 +837,7 @@ public sealed class NatsServer : IMessageRouter, ISubListAccess, IDisposable
Rtt = client.Rtt,
TlsVersion = client.TlsState?.TlsVersion ?? "",
TlsCipherSuite = client.TlsState?.CipherSuite ?? "",
MqttClient = "", // populated when MQTT transport is implemented
});
// Cap closed clients list