# 한 곳만 빠진 감싸기 # Question: 시작 검증은 어느 검증기를 감싸는가? direction: right n0: "StartupProfileValidation" { shape: rectangle } n1: "KafkaProfileValidator" { shape: rectangle } n2: "RabbitProfileValidator" { shape: rectangle } n3: "KafkaTransactionProfileValidator" { shape: rectangle } n0 -> n1: "감쌈" n0 -> n2: "감쌈" n0 -> n3: "감싸지 않음"