feat: 가상화 문서들 추가
This commit is contained in:
+33
-28
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="680" height="364" viewBox="0 0 680 364" role="img" aria-labelledby="diagram-title diagram-description">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="680" height="422" viewBox="0 0 680 422" role="img" aria-labelledby="diagram-title diagram-description">
|
||||
<title id="diagram-title">세션 공유가 실제로 지나는 경로</title>
|
||||
<desc id="diagram-description">keycloak-0 과 keycloak-1 은 JGROUPS_PING 테이블을 통해 서로를 발견하고 클러스터 뷰를 형성한다. 그러나 sessions 캐시의 엔트리는 노드 사이로 복제되지 않으며, 각 노드는 자기가 처리한 로그인만 캐시한다. 노드 A 로 로그인한 세션을 노드 B 가 아는 이유는 노드 B 가 PostgreSQL 의 OFFLINE_USER_SESSION 을 직접 읽기 때문이고, 이는 반대편 노드가 날린 SQL 을 문장 로깅으로 잡아 확인했다.</desc>
|
||||
<metadata>{"techviz":{"spec_version":"1.1","id":"session-sharing-path","profile":"component-flow"},"source_context":{"document":"docs/keycloak-session-store/final/document.md","document_sha256":"609353e10bfd37a9bbb6a79ecf2a32f3d3c02d5d161879a14ad4713e49e7e5e8","anchor":{"kind":"heading","value":"그런데 첫 실험에서 전제가 무너졌다","line":33}},"evidence_policy":"Each factual element cites source lines or is marked assumption.","diagram_only":true}</metadata>
|
||||
@@ -49,39 +49,44 @@
|
||||
.timeline-detail { font-size: 11px; fill: #4b5563; text-anchor: middle; }
|
||||
</style>
|
||||
</defs>
|
||||
<rect class="canvas" width="680" height="364" />
|
||||
<polyline class="edge kind-write style-solid emphasis-normal" points="220.0,109.0 300.0,109.0 300.0,96.0 380.0,96.0" data-evidence="44-45" />
|
||||
<rect class="edge-label-bg" x="298.2" y="88.5" width="51.5" height="22" rx="3" />
|
||||
<text class="edge-label" x="324.0" y="103.5">멤버 등록</text>
|
||||
<polyline class="edge kind-write style-solid emphasis-normal" points="220.0,127.0 300.0,127.0 300.0,261.5 380.0,261.5" data-evidence="49-52" />
|
||||
<rect class="edge-label-bg" x="284.9" y="180.2" width="78.3" height="22" rx="3" />
|
||||
<text class="edge-label" x="324.0" y="195.2">세션 INSERT</text>
|
||||
<polyline class="edge kind-write style-solid emphasis-normal" points="220.0,252.0 300.0,252.0 300.0,114.0 380.0,114.0" data-evidence="44-45" />
|
||||
<rect class="edge-label-bg" x="298.2" y="169.0" width="51.5" height="22" rx="3" />
|
||||
<text class="edge-label" x="324.0" y="184.0">멤버 등록</text>
|
||||
<polyline class="edge kind-read style-solid emphasis-normal" points="220.0,270.0 300.0,270.0 300.0,279.5 380.0,279.5" data-evidence="48-50" />
|
||||
<rect class="edge-label-bg" x="284.9" y="260.8" width="78.3" height="22" rx="3" />
|
||||
<text class="edge-label" x="324.0" y="275.8">세션 SELECT</text>
|
||||
<rect class="canvas" width="680" height="422" />
|
||||
<polyline class="edge kind-write style-solid emphasis-normal" points="220.0,138.0 306.0,138.0 306.0,108.0 392.0,108.0" data-evidence="44-45" />
|
||||
<rect class="edge-label-bg" x="304.2" y="109.0" width="51.5" height="22" rx="3" />
|
||||
<text class="edge-label" x="330.0" y="124.0">멤버 등록</text>
|
||||
<polyline class="edge kind-write style-solid emphasis-normal" points="220.0,156.0 300.0,156.0 300.0,302.5 380.0,302.5" data-evidence="49-52" />
|
||||
<rect class="edge-label-bg" x="284.9" y="215.2" width="78.3" height="22" rx="3" />
|
||||
<text class="edge-label" x="324.0" y="230.2">세션 INSERT</text>
|
||||
<polyline class="edge kind-write style-solid emphasis-normal" points="220.0,281.0 306.0,281.0 306.0,126.0 392.0,126.0" data-evidence="44-45" />
|
||||
<rect class="edge-label-bg" x="304.2" y="189.5" width="51.5" height="22" rx="3" />
|
||||
<text class="edge-label" x="330.0" y="204.5">멤버 등록</text>
|
||||
<polyline class="edge kind-read style-solid emphasis-normal" points="220.0,299.0 300.0,299.0 300.0,320.5 380.0,320.5" data-evidence="48-50" />
|
||||
<rect class="edge-label-bg" x="284.9" y="295.8" width="78.3" height="22" rx="3" />
|
||||
<text class="edge-label" x="324.0" y="310.8">세션 SELECT</text>
|
||||
<g id="node-keycloak-0">
|
||||
<rect class="node-shape kind-service emphasis-primary role-source" data-evidence="49-51" x="70.0" y="82.5" width="150.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="145.0" y="109.5">keycloak-0</text>
|
||||
<line class="node-detail-divider" x1="84.0" y1="130.5" x2="206.0" y2="130.5" />
|
||||
<text class="node-detail" x="86.0" y="147.5">자기 처리분만 캐시</text>
|
||||
<rect class="node-shape kind-service emphasis-primary role-source" data-evidence="49-51" x="70.0" y="111.5" width="150.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="145.0" y="138.5">keycloak-0</text>
|
||||
<line class="node-detail-divider" x1="84.0" y1="159.5" x2="206.0" y2="159.5" />
|
||||
<text class="node-detail" x="86.0" y="176.5">자기 처리분만 캐시</text>
|
||||
</g>
|
||||
<g id="node-keycloak-1">
|
||||
<rect class="node-shape kind-service emphasis-primary role-target" data-evidence="48-51" x="70.0" y="225.5" width="150.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="145.0" y="252.5">keycloak-1</text>
|
||||
<line class="node-detail-divider" x1="84.0" y1="273.5" x2="206.0" y2="273.5" />
|
||||
<text class="node-detail" x="86.0" y="290.5">refresh 시 DB 조회</text>
|
||||
<rect class="node-shape kind-service emphasis-primary role-target" data-evidence="48-51" x="70.0" y="254.5" width="150.0" height="71.0" rx="7" />
|
||||
<text class="node-label" x="145.0" y="281.5">keycloak-1</text>
|
||||
<line class="node-detail-divider" x1="84.0" y1="302.5" x2="206.0" y2="302.5" />
|
||||
<text class="node-detail" x="86.0" y="319.5">refresh 시 DB 조회</text>
|
||||
</g>
|
||||
<g id="node-jgroups-ping">
|
||||
<rect class="node-shape kind-datastore emphasis-muted role-support" data-evidence="44-46" x="380.0" y="73.0" width="150.0" height="64.0" /><ellipse class="node-shape kind-datastore emphasis-muted role-support" cx="455.0" cy="73.0" rx="75.0" ry="13.0" /><path class="storage-bottom" d="M 380.0 137.0 A 75.0 13.0 0 0 0 530.0 137.0" />
|
||||
<text class="node-label" x="455.0" y="103.0">JGROUPS_PING</text>
|
||||
<rect class="node-shape kind-datastore emphasis-muted role-support" data-evidence="44-46" x="392.0" y="73.0" width="150.0" height="88.0" /><ellipse class="node-shape kind-datastore emphasis-muted role-support" cx="467.0" cy="73.0" rx="75.0" ry="13.0" /><path class="storage-bottom" d="M 392.0 161.0 A 75.0 13.0 0 0 0 542.0 161.0" />
|
||||
<text class="node-label" x="467.0" y="100.0">JGROUPS_PING</text>
|
||||
<line class="node-detail-divider" x1="406.0" y1="121.0" x2="528.0" y2="121.0" />
|
||||
<text class="node-detail" x="408.0" y="138.0">노드 둘 등록</text>
|
||||
<text class="node-detail" x="408.0" y="154.0">세션 복제 아님</text>
|
||||
</g>
|
||||
<g id="node-postgres">
|
||||
<rect class="node-shape kind-datastore emphasis-primary role-store" data-evidence="48-52" x="380.0" y="235.0" width="150.0" height="71.0" /><ellipse class="node-shape kind-datastore emphasis-primary role-store" cx="455.0" cy="235.0" rx="75.0" ry="13.0" /><path class="storage-bottom" d="M 380.0 306.0 A 75.0 13.0 0 0 0 530.0 306.0" />
|
||||
<text class="node-label" x="455.0" y="262.0">PostgreSQL</text>
|
||||
<line class="node-detail-divider" x1="394.0" y1="283.0" x2="516.0" y2="283.0" />
|
||||
<text class="node-detail" x="396.0" y="300.0">offline_flag='0'</text>
|
||||
<rect class="node-shape kind-datastore emphasis-primary role-store" data-evidence="48-52" x="380.0" y="259.0" width="174.0" height="105.0" /><ellipse class="node-shape kind-datastore emphasis-primary role-store" cx="467.0" cy="259.0" rx="87.0" ry="13.0" /><path class="storage-bottom" d="M 380.0 364.0 A 87.0 13.0 0 0 0 554.0 364.0" />
|
||||
<text class="node-label" x="467.0" y="286.0">PostgreSQL</text>
|
||||
<line class="node-detail-divider" x1="394.0" y1="307.0" x2="540.0" y2="307.0" />
|
||||
<text class="node-detail" x="396.0" y="324.0">OFFLINE_USER_SESSION</text>
|
||||
<text class="node-detail" x="396.0" y="340.0">offline_flag='0'</text>
|
||||
<text class="node-detail" x="396.0" y="356.0">두 노드 공용</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.8 KiB |
Reference in New Issue
Block a user