{ "version": "1.1", "id": "messaging-spring-boot-starter-f01", "title": "한 곳만 빠진 감싸기", "question": "시작 검증은 어느 검증기를 감싸는가?", "type": "dependency", "direction": "LR", "audience": [ "이 저장소의 구조를 읽는 사람" ], "summary": "Kafka 와 Rabbit 프로파일 검증기는 감싸이고 KafkaTransactionProfileValidator 는 감싸이지 않는다.", "alt": "StartupProfileValidation 이 두 검증기를 감싸고 KafkaTransactionProfileValidator 로는 점선이 간다.", "long_description": "SSOT 는 StartupProfileValidation 이 감싸는 검증기 목록에서 KafkaTransactionProfileValidator 가 빠져 있다고 적는다.", "source_context": { "document": "/home/donghyeon/workspace/chat-gpt-container/document-haness/docs/clean-architecture-backend-template/final/document.md", "document_sha256": "8071fe71b3359d9cf60b95909c26c7b50653ce2f22bbc5fcf6988719bb91236d", "anchor": { "kind": "line", "value": 21848, "line": 21848 } }, "composition": { "profile": "component-flow", "diagram_only": true, "reference_ids": [ "payment-event-flow" ], "rationale": "감싸는 목록에서 한 자리만 빠져 있다는 것이 논지다.", "focus_node": "wrap" }, "groups": [], "nodes": [ { "id": "wrap", "label": "StartupProfileValidation", "kind": "service", "role": "source", "evidence": [ { "start_line": 21848, "end_line": 21880 } ], "assumption": false, "emphasis": "primary" }, { "id": "kafka", "label": "KafkaProfileValidator", "kind": "service", "role": "sink", "evidence": [ { "start_line": 21848, "end_line": 21880 } ], "assumption": false }, { "id": "rabbit", "label": "RabbitProfileValidator", "kind": "service", "role": "sink", "evidence": [ { "start_line": 21848, "end_line": 21880 } ], "assumption": false }, { "id": "tx", "label": "KafkaTransactionProfileValidator", "kind": "service", "role": "sink", "evidence": [ { "start_line": 21848, "end_line": 21884 } ], "assumption": false } ], "edges": [ { "id": "a", "from": "wrap", "to": "kafka", "label": "감쌈", "kind": "request", "evidence": [ { "start_line": 21848, "end_line": 21880 } ], "assumption": false, "emphasis": "primary" }, { "id": "b", "from": "wrap", "to": "rabbit", "label": "감쌈", "kind": "request", "evidence": [ { "start_line": 21848, "end_line": 21880 } ], "assumption": false }, { "id": "c", "from": "wrap", "to": "tx", "label": "감싸지 않음", "kind": "request", "evidence": [ { "start_line": 21848, "end_line": 21884 } ], "assumption": false, "style": "dashed" } ], "legend": [], "metadata": {} }