feat: complete remaining jetstream parity implementation plan
This commit is contained in:
@@ -24,5 +24,7 @@ public sealed class ServerStats
|
||||
public long StaleConnectionLeafs;
|
||||
public long StaleConnectionGateways;
|
||||
public bool JetStreamEnabled;
|
||||
public long JetStreamApiTotal;
|
||||
public long JetStreamApiErrors;
|
||||
public readonly ConcurrentDictionary<string, long> HttpReqStats = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user