Right Entry From Above
A RIGHT entry whose consumer is the section's flow-start station: the section flows right-to-left so the consumer sits at the entry edge and the feed enters beside it, rather than running across the box to the far station and folding back (#885). Fed from a higher row past the target's right edge, the line drops straight down its outward side to the entry Y rather than looping below the box (#889).
Mermaid source
%%metro title: Right Entry From Above%%metro style: nfcore%%metro line: a | A | #e63946%%metro grid: src | 1,0%%metro grid: tgt | 0,1
graph LR subgraph src [Source] s1[Step 1] s2[Step 2] s1 -->|a| s2 end
subgraph tgt [Target] %%metro entry: right | a t1[Process] t2[Output] t1 -->|a| t2 end
s2 -->|a| t1CLI command
nf-metro render examples/topologies/right_entry_from_above.mmd -o right_entry_from_above.svg