{ "version": "1.1", "id": "messaging-policy-c01", "title": "이 리프가 독점하는 것", "question": "물리 주소와 프로파일 판단은 어디서 정해지는가?", "type": "dependency", "direction": "LR", "audience": [ "이 저장소의 구조를 읽는 사람" ], "summary": "물리 주소와 프로파일 판단을 이 리프가 독점하고 브로커 클라이언트는 만지지 않는다.", "alt": "messaging-policy 에서 물리 주소와 프로파일 판단으로 화살표가 가고 브로커 클라이언트로는 점선이 간다.", "long_description": "SSOT 는 messaging-policy 가 물리 주소와 프로파일 판단을 독점하고 브로커 클라이언트를 만지지 않는다고 적는다.", "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": 29172, "line": 29172 } }, "composition": { "profile": "component-flow", "diagram_only": true, "reference_ids": [ "payment-event-flow" ], "rationale": "한 리프가 어떤 결정을 독점하고 어디에는 손대지 않는지가 논지다.", "focus_node": "policy" }, "groups": [], "nodes": [ { "id": "policy", "label": "messaging-policy", "kind": "service", "role": "source", "evidence": [ { "start_line": 29172, "end_line": 29194 } ], "assumption": false, "emphasis": "primary" }, { "id": "addr", "label": "물리 주소", "kind": "service", "role": "sink", "evidence": [ { "start_line": 29172, "end_line": 29194 } ], "assumption": false }, { "id": "profile", "label": "프로파일 판단", "kind": "service", "role": "sink", "evidence": [ { "start_line": 29172, "end_line": 29194 } ], "assumption": false }, { "id": "client", "label": "브로커 클라이언트", "kind": "service", "role": "sink", "evidence": [ { "start_line": 29172, "end_line": 29196 } ], "assumption": false } ], "edges": [ { "id": "a", "from": "policy", "to": "addr", "label": "결정", "kind": "request", "evidence": [ { "start_line": 29172, "end_line": 29194 } ], "assumption": false, "emphasis": "primary" }, { "id": "b", "from": "policy", "to": "profile", "label": "결정", "kind": "request", "evidence": [ { "start_line": 29172, "end_line": 29194 } ], "assumption": false }, { "id": "c", "from": "policy", "to": "client", "label": "만지지 않음", "kind": "request", "evidence": [ { "start_line": 29172, "end_line": 29196 } ], "assumption": false, "style": "dashed" } ], "legend": [], "metadata": {} }