feat: add jetstream mirror and source orchestration
This commit is contained in:
@@ -6,4 +6,6 @@ public sealed class StreamConfig
|
||||
public List<string> Subjects { get; set; } = [];
|
||||
public int MaxMsgs { get; set; }
|
||||
public int Replicas { get; set; } = 1;
|
||||
public string? Mirror { get; set; }
|
||||
public string? Source { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user