Files
document-haness/docs/clean-architecture-backend-template/final/evidence/raw/223-inbound-websocket-stomp-probes.txt
T
DongHyeonkaandClaude Opus 5 b2963105a8 docs(keycloak-session-store): import the session-storage lab as a new project
The keycloak project ended with four open questions that design could not
settle. A two-VM lab was built to answer them by measurement, and this is
that material: 26 experiments, 125 raw command outputs, 22 browser captures.

Follows the import procedure in README.md.

  source/     the originating repository verbatim — 78 documents, 28 SVGs,
              8 manifests, plus .source-revision recording the commit
  final/      the SSOT
    document.md   729 lines written from the 29 experiment documents, not
                  concatenated: what was predicted, what was measured, and
                  where the measurement itself was wrong
    evidence/raw    125 outputs, flattened to <experiment>__<file> because
                    the originals collided (01-baseline.txt appeared three
                    times) and the audit only globs the top level
    evidence/meta   one per raw file; command and exitCode are null and the
                    README says why rather than inventing them
    evidence/browser  22 captures
    assets/       three diagrams through techviz
    .techviz/     their VizSpecs

A separate project rather than an addition to keycloak: the B-layer answers
that project's four questions, but the A, C and D layers are about cluster
failure, SSO and operations, and one document.md should hold one subject.
The four question records there can point here through 관계.

Recorded rather than papered over: only three of the 28 diagrams were
remade. The repository forbids hand-drawn SVG and forbids titles inside the
canvas; all 28 originals carry both, so converting them is redrawing, not
reformatting. They stay in source/ and the gap is written into the document.

verify-pipeline.py passes. audit-records.py reports no issues.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-04 22:51:59 +09:00

31 lines
2.4 KiB
Plaintext

Sub-scope 223-inbound-websocket-stomp-probes.txt (inbound-graphql) stomp
revision=a24ece9cf797f7ea647e33bf846b115208ed1ba5
generatedAt=2026-08-30T09:51:58+00:00
=== OWNED FILES ===
ddab585874d21009b7a94acea6a0f62e2e0270e5 src/main/java/dev/caskeleton/stomp/AuthenticatedHandshakeInterceptor.java 34
258b6c15ddacd29125fde9b97ca40962808f877c src/main/java/dev/caskeleton/stomp/LiveEventProjector.java 18
4aa9db2b85762de4a9acafa8e52c3f1233e14993 src/main/java/dev/caskeleton/stomp/LiveEventStompBroadcaster.java 139
3b5800ebb4fa24677f23d1313d16624005fc0fc9 src/main/java/dev/caskeleton/stomp/SafeStompSubProtocolErrorHandler.java 32
a7aff464d48f3a886b2dbe68c20671b2deebcb3b src/main/java/dev/caskeleton/stomp/WebSocketConfig.java 73
f1f161b1f8df36337482bf96a3c7523398aa8597 src/main/java/dev/caskeleton/stomp/WebSocketInboundAuthorizationInterceptor.java 53
64e9c84a1a6aa5efa564d2b589d58d6236529214 src/main/java/dev/caskeleton/stomp/WebSocketPolicyViolationException.java 13
f5b405ad0165901bf43cefdaca8313a23150391f src/main/java/dev/caskeleton/stomp/WebSocketProperties.java 117
e2c2704a8272f88ce0a0939ed1778525cd9a0837 src/test/java/dev/caskeleton/stomp/LiveEventStompBroadcasterTest.java 176
a6dc68e1c0e9e78744798e69e410b88857890fdf src/test/java/dev/caskeleton/stomp/SafeStompSubProtocolErrorHandlerTest.java 29
ac65af64e1a923cc40159abe3b22faf9c3c804dc src/test/java/dev/caskeleton/stomp/WebSocketBoundaryQualificationTest.java 357
20766e291646edf5bd4c6c72a6ca9d627ad38af8 src/test/java/dev/caskeleton/stomp/WebSocketInboundAuthorizationInterceptorTest.java 76
679f199478d29826a4e23e03aa4663abf9117c23 src/test/java/dev/caskeleton/stomp/WebSocketPropertiesTest.java 75
file_count=13
=== 배선 전수 (autoconf 패키지 참조 / 자기·autoconfigure 제외 main 참조 / test 참조 / LOC) ===
TYPE autoconf main_other test LOC
AuthenticatedHandshakeInterceptor 0 1 0 34
LiveEventProjector 0 2 2 18
LiveEventStompBroadcaster 0 1 2 139
SafeStompSubProtocolErrorHandler 0 1 2 32
WebSocketConfig 0 0 1 73
WebSocketInboundAuthorizationInterceptor 0 1 1 53
WebSocketPolicyViolationException 0 1 1 13
WebSocketProperties 0 3 4 117