feat: complete final jetstream parity transport and runtime baselines
This commit is contained in:
@@ -5,5 +5,6 @@ public sealed class ClusterOptions
|
||||
public string? Name { get; set; }
|
||||
public string Host { get; set; } = "0.0.0.0";
|
||||
public int Port { get; set; } = 6222;
|
||||
public int PoolSize { get; set; } = 3;
|
||||
public List<string> Routes { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user