15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
# 세션 공유가 실제로 지나는 경로
|
|
# Question: 두 Keycloak 노드가 같은 세션을 아는 것은 무엇 때문인가
|
|
direction: right
|
|
n0: "Keycloak replica 2개" {
|
|
shape: rectangle
|
|
}
|
|
n1: "JGROUPS_PING" {
|
|
shape: cylinder
|
|
}
|
|
n2: "OFFLINE_USER_SESSION" {
|
|
shape: cylinder
|
|
}
|
|
n0 -> n1: "멤버 발견"
|
|
n0 -> n2: "세션 저장 · 조회"
|