Files
document-haness/docs/TechLog/final/assets/diagrams/route-fanout/route-fanout.mmd
T

13 lines
423 B
Plaintext

%% 라우트 하나가 건드리는 손 목록과 검출 시점
%% question: 새 라우트 하나가 어디까지 퍼지고, 빠뜨린 항목은 어느 시점에 처음 드러나는가?
flowchart LR
n0["새 Route"]
n1["Route Contract"]
n2["Runtime 계약"]
n3["배포 전 검사"]
n4["Edge serving"]
n0 -->|"등록"| n1
n1 -->|"반영"| n2
n1 -->|"대조"| n3
n1 -->|"서빙 패턴"| n4