diff --git a/outputs/diagrams/redpanda-eventhub.mmd b/outputs/diagrams/redpanda-eventhub.mmd
index c8cd7f2..d0e4862 100644
--- a/outputs/diagrams/redpanda-eventhub.mmd
+++ b/outputs/diagrams/redpanda-eventhub.mmd
@@ -1,16 +1,9 @@
flowchart LR
- subgraph Sites["Site ScadaBridge Clusters"]
- SB1["ScadaBridge
Warsaw West"]
- SB2["ScadaBridge
Shannon"]
- SB3["ScadaBridge
Ponce"]
- SBN["ScadaBridge
... other sites"]
- end
-
- subgraph SAF["Store & Forward
(per site, per call)"]
- Q1["Local Queue"]
- Q2["Local Queue"]
- Q3["Local Queue"]
- QN["Local Queue"]
+ subgraph Sites["Site ScadaBridge Clusters (with Store & Forward)"]
+ SB1["ScadaBridge — Warsaw West
+ local queue"]
+ SB2["ScadaBridge — Shannon
+ local queue"]
+ SB3["ScadaBridge — Ponce
+ local queue"]
+ SBN["ScadaBridge — other sites
+ local queue"]
end
subgraph Redpanda["Redpanda Central Cluster (South Bend)"]
@@ -33,10 +26,10 @@ flowchart LR
REPLAY["Historical Replay
(simulation-lite)"]
end
- SB1 --> Q1 --> T1
- SB2 --> Q2 --> T2
- SB3 --> Q3 --> T3
- SBN --> QN --> T4
+ SB1 --> T1
+ SB2 --> T2
+ SB3 --> T3
+ SBN --> T4
SR -.->|"validates"| Topics
AUTH -.->|"enforces"| Topics
T1 --> SNB
diff --git a/outputs/diagrams/redpanda-eventhub.png b/outputs/diagrams/redpanda-eventhub.png
index da46f35..53f246e 100644
Binary files a/outputs/diagrams/redpanda-eventhub.png and b/outputs/diagrams/redpanda-eventhub.png differ