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

23 lines
500 B
Plaintext

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