refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -1,11 +1,8 @@
%% 세션 공유가 실제로 지나는 경로
%% question: 두 Keycloak 노드가 같은 세션을 아는 것은 무엇 때문인가
flowchart LR
n0["keycloak-0"]
n1[("PostgreSQL")]
n2["keycloak-1"]
n3[("JGROUPS_PING")]
n0 -->|"세션 INSERT"| n1
n2 -->|"세션 SELECT"| n1
n0 -->|"멤버 등록"| n3
n2 -->|"멤버 등록"| n3
n0["Keycloak replica 2개"]
n1[("JGROUPS_PING")]
n2[("OFFLINE_USER_SESSION")]
n0 -->|"멤버 발견"| n1
n0 -->|"세션 저장 · 조회"| n2