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>
15 lines
1.8 KiB
JSON
15 lines
1.8 KiB
JSON
{
|
|
"assetKey": "a06-f003-change-streams-true-shipped",
|
|
"kind": "terminal",
|
|
"command": "S=src/adapter/outbound/persistence-mongo/src/main/java/dev/caskeleton/adapter/outbound/mongo\nT=src/adapter/outbound/persistence-mongo/src/test/java/dev/caskeleton/adapter/outbound/mongo\nA=$S/autoconfigure/MongoPlatformAutoConfiguration.java\n\necho '# source 빈이 놓인 자리의 조건 넷'\nsed -n '41,49p' \"$A\"\necho ' ...'\nsed -n '187,190p' \"$A\"\necho ' ...'\nsed -n '207,209p' \"$A\"\n\necho\necho '# 그 빈이 커서를 연다'\nsed -n '45,49p' $S/changestream/consumer/SpringReactiveChangeStreamSource.java\n\necho\necho '# 소비자 빈이 요구하는 조건 다섯'\nsed -n '227,233p' \"$A\"\n\necho\necho '# 그 다섯을 구현하는 클래스 전수'\ngrep -rn 'implements MongoResumeCheckpointStore\\|implements MongoResumeTokenCodec\\|implements MongoChangeProjector\\|implements MongoChangeDeduplicationStore' \\\n --include=*.java src | grep -v '/build/' | sed 's#'\"$T\"'/#test …/#' | sed 's#:.*class # #'\n\necho\necho '# 저장소 자신의 배선 시험이 고정한 네 상태'\ngrep -n 'void a\\|void the\\|void with' $T/autoconfigure/MongoReactiveWiringTest.java\n\necho\necho '# 이 자동 구성 파일에서 changeStreams 가 나오는 곳'\ngrep -n 'changeStreams' \"$A\"",
|
|
"cwd": "/shared/codebase/clean-architecture-backend-template",
|
|
"exitCode": 0,
|
|
"executedAt": "2026-09-02T06:56:07+00:00",
|
|
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
|
|
"raw": "evidence/raw/a06-f003-change-streams-true-shipped.txt",
|
|
"svg": "evidence/rendered/a06-f003-change-streams-true-shipped.svg",
|
|
"rawSha256": "48b821fbb8f7a94ade9721409f032e9ea734fecf4a8f57d39ad75ef05fe41635",
|
|
"lines": 56,
|
|
"redaction": "none — 코드베이스 정적 검색"
|
|
}
|