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,19 +1,14 @@
# 세션 공유가 실제로 지나는 경로
# Question: 두 Keycloak 노드가 같은 세션을 아는 것은 무엇 때문인가
direction: right
n0: "keycloak-0" {
n0: "Keycloak replica 2개" {
shape: rectangle
}
n1: "PostgreSQL" {
n1: "JGROUPS_PING" {
shape: cylinder
}
n2: "keycloak-1" {
shape: rectangle
}
n3: "JGROUPS_PING" {
n2: "OFFLINE_USER_SESSION" {
shape: cylinder
}
n0 -> n1: "세션 INSERT"
n2 -> n1: "세션 SELECT"
n0 -> n3: "멤버 등록"
n2 -> n3: "멤버 등록"
n0 -> n1: "멤버 발견"
n0 -> n2: "세션 저장 · 조회"