Simplify EventHub diagram: merge ScadaBridge + store-and-forward
This commit is contained in:
@@ -1,16 +1,9 @@
|
|||||||
flowchart LR
|
flowchart LR
|
||||||
subgraph Sites["Site ScadaBridge Clusters"]
|
subgraph Sites["Site ScadaBridge Clusters (with Store & Forward)"]
|
||||||
SB1["ScadaBridge<br/>Warsaw West"]
|
SB1["ScadaBridge — Warsaw West<br/>+ local queue"]
|
||||||
SB2["ScadaBridge<br/>Shannon"]
|
SB2["ScadaBridge — Shannon<br/>+ local queue"]
|
||||||
SB3["ScadaBridge<br/>Ponce"]
|
SB3["ScadaBridge — Ponce<br/>+ local queue"]
|
||||||
SBN["ScadaBridge<br/>... other sites"]
|
SBN["ScadaBridge — other sites<br/>+ local queue"]
|
||||||
end
|
|
||||||
|
|
||||||
subgraph SAF["Store & Forward<br/>(per site, per call)"]
|
|
||||||
Q1["Local Queue"]
|
|
||||||
Q2["Local Queue"]
|
|
||||||
Q3["Local Queue"]
|
|
||||||
QN["Local Queue"]
|
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph Redpanda["Redpanda Central Cluster (South Bend)"]
|
subgraph Redpanda["Redpanda Central Cluster (South Bend)"]
|
||||||
@@ -33,10 +26,10 @@ flowchart LR
|
|||||||
REPLAY["Historical Replay<br/>(simulation-lite)"]
|
REPLAY["Historical Replay<br/>(simulation-lite)"]
|
||||||
end
|
end
|
||||||
|
|
||||||
SB1 --> Q1 --> T1
|
SB1 --> T1
|
||||||
SB2 --> Q2 --> T2
|
SB2 --> T2
|
||||||
SB3 --> Q3 --> T3
|
SB3 --> T3
|
||||||
SBN --> QN --> T4
|
SBN --> T4
|
||||||
SR -.->|"validates"| Topics
|
SR -.->|"validates"| Topics
|
||||||
AUTH -.->|"enforces"| Topics
|
AUTH -.->|"enforces"| Topics
|
||||||
T1 --> SNB
|
T1 --> SNB
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 160 KiB |
Reference in New Issue
Block a user