refactor: 문서 개선 중
This commit is contained in:
+5
-10
@@ -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: "세션 저장 · 조회"
|
||||
|
||||
Reference in New Issue
Block a user