Simplify EventHub diagram: merge ScadaBridge + store-and-forward

This commit is contained in:
Joseph Doherty
2026-04-17 14:33:34 -04:00
parent eb61d07ffd
commit ab73382679
2 changed files with 9 additions and 16 deletions

View File

@@ -1,16 +1,9 @@
flowchart LR
subgraph Sites["Site ScadaBridge Clusters"]
SB1["ScadaBridge<br/>Warsaw West"]
SB2["ScadaBridge<br/>Shannon"]
SB3["ScadaBridge<br/>Ponce"]
SBN["ScadaBridge<br/>... other sites"]
end
subgraph SAF["Store & Forward<br/>(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["ScadaBridgeWarsaw West<br/>+ local queue"]
SB2["ScadaBridgeShannon<br/>+ local queue"]
SB3["ScadaBridge — Ponce<br/>+ local queue"]
SBN["ScadaBridge other sites<br/>+ local queue"]
end
subgraph Redpanda["Redpanda Central Cluster (South Bend)"]
@@ -33,10 +26,10 @@ flowchart LR
REPLAY["Historical Replay<br/>(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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 160 KiB