{ "version": "1.1", "id": "messaging-outbox-jdbc-postgresql-f04", "title": "배제가 강제되지 않는 자리", "question": "같은 결함 계열에서 무엇이 고쳐졌고 무엇이 남았는가?", "type": "dependency", "direction": "LR", "audience": [ "메시징 outbox 를 읽는 사람" ], "summary": "같은 리프에서 두 결함은 배선까지 고쳐졌고 requireExactlyOneRelay 만 부르는 곳 없이 남았다.", "alt": "만들어졌지만 아무도 부르지 않는다 계열에서 OutboxRelay 와 OutboxRelayWorker 로는 실선이, requireExactlyOneRelay 로는 점선이 간다.", "long_description": "SSOT §13 은 OutboxRelay:117-123 과 OutboxRelayWorker:18-21 이 \"만들어졌지만 아무도 부르지 않는다\" 계열을 명시적으로 이름 붙인 유일한 자리이고 이 리프에서는 그 둘이 실제로 고쳐졌다고 적는다. §12.1(c) 의 requireExactlyOneRelay 만 같은 상태로 남았다.", "source_context": { "document": "docs/clean-architecture-backend-template/final/document.md", "document_sha256": "8071fe71b3359d9cf60b95909c26c7b50653ce2f22bbc5fcf6988719bb91236d", "anchor": { "kind": "line", "value": 31956, "line": 31956 } }, "composition": { "profile": "component-flow", "diagram_only": true, "reference_ids": [ "payment-event-flow" ], "rationale": "같은 결함 계열에서 배선이 닿은 쪽과 닿지 않은 쪽이 갈리는 방향이 논지다.", "focus_node": "family" }, "groups": [], "nodes": [ { "id": "family", "label": "만들어졌지만 아무도 부르지 않는다", "kind": "service", "role": "source", "evidence": [ { "start_line": 31956, "end_line": 31956 } ], "assumption": false, "emphasis": "primary" }, { "id": "relay", "label": "OutboxRelay 스케줄러", "kind": "service", "role": "sink", "evidence": [ { "start_line": 31951, "end_line": 31951 } ], "assumption": false }, { "id": "worker", "label": "OutboxRelayWorker runOnce", "kind": "service", "role": "sink", "evidence": [ { "start_line": 31952, "end_line": 31952 } ], "assumption": false }, { "id": "guard", "label": "requireExactlyOneRelay", "kind": "service", "role": "sink", "evidence": [ { "start_line": 31956, "end_line": 31956 } ], "assumption": false } ], "edges": [ { "id": "f1", "from": "family", "to": "relay", "label": "배선 완료", "kind": "request", "evidence": [ { "start_line": 31951, "end_line": 31956 } ], "assumption": false }, { "id": "f2", "from": "family", "to": "worker", "label": "배선 완료", "kind": "request", "evidence": [ { "start_line": 31952, "end_line": 31956 } ], "assumption": false }, { "id": "f3", "from": "family", "to": "guard", "label": "호출 없음", "kind": "request", "evidence": [ { "start_line": 31956, "end_line": 31956 } ], "assumption": false, "style": "dashed", "emphasis": "primary" } ], "legend": [], "metadata": {} }