# 타입만 키로 잡은 경로 # Question: 미등록 버전 라벨은 어떻게 잘못된 성공이 되는가? direction: right n0: "소비자" { shape: rectangle } n1: "codec 레지스트리" { shape: rectangle } n2: "v1 파서" { shape: rectangle } n0 -> n1: "order.created v999 수신" n1 -> n2: "타입만 조회" n2 -> n1: "v1 파서 반환" n1 -> n0: "v999 라벨 유지 성공"