# 등록과 조립의 분리 # Question: 등록된 브로커와 오늘 조립할 수 있는 브로커는 어떻게 갈리는가? direction: right n0: "MessagingProviderSelection" { shape: rectangle } n1: "kafka 전송" { shape: rectangle } n2: "rabbit 등록" { shape: rectangle } n3: "선택 단계 거부" { shape: rectangle } n0 -> n1: "조립 가능" n0 -> n2: "등록만" n2 -> n3: "거부"