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

@@ -204,6 +204,8 @@ public sealed class ConnzOptions
public string FilterSubject { get; set; } = "";
public string MqttClient { get; set; } = "";
public int Offset { get; set; }
public int Limit { get; set; } = 1024;