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>
152 lines
25 KiB
XML
152 lines
25 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="2504" viewBox="0 0 1200 2504" role="img">
|
|
<title>terminal evidence</title>
|
|
<desc>Terminal-style rendering generated from retained command output. Sensitive-looking values are redacted in the visual asset.</desc>
|
|
<rect x="1" y="1" width="1198" height="2502" rx="14" fill="#0d1117" stroke="#30363d"/>
|
|
<rect x="1" y="1" width="1198" height="44" rx="14" fill="#161b22"/>
|
|
<rect x="1" y="30" width="1198" height="14" fill="#161b22"/>
|
|
<circle cx="24" cy="22" r="6" fill="#ff5f57"/>
|
|
<circle cx="44" cy="22" r="6" fill="#febc2e"/>
|
|
<circle cx="64" cy="22" r="6" fill="#28c840"/>
|
|
<text x="92" y="27" fill="#8b949e" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace">terminal evidence</text>
|
|
<text x="24" y="68" fill="#c9d1d9" font-size="15" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">$ set -e
|
|
set -o pipefail
|
|
M=src/messaging/messaging-testkit/src/main/java/dev/caskeleton/messaging/testkit/CompatibilityM</tspan><tspan x="24" dy="22">atrix.java
|
|
strip() { sed -E 's#^src/[^:]*/src/(main|test)/[^:]*/([^:/]+):([0-9]+):# \1 · \2:\3 #'; }
|
|
cut_range() { awk</tspan><tspan x="24" dy="22"> -v f="$2" -v a="$3" -v b="$4" 'NR>=a && NR<=b {printf " %s:%d %s\n", f, NR, $0}' "$1"; }
|
|
|
|
echo "# Tier 열거값 셋과 EXT</tspan><tspan x="24" dy="22">ENSION 의 뜻"
|
|
cut_range $M CompatibilityMatrix.java 23 32
|
|
|
|
echo
|
|
echo "# 표 밖에 있는 bridge leaf"
|
|
printf " %-42s main %</tspan><tspan x="24" dy="22">s 파일 · %s 줄\n" "messaging-spring-cloud-stream-bridge" \
|
|
"$(find src/messaging/messaging-spring-cloud-stream-bridge</tspan><tspan x="24" dy="22">/src/main -name '*.java' | wc -l)" \
|
|
"$(find src/messaging/messaging-spring-cloud-stream-bridge/src/main -name '*.java</tspan><tspan x="24" dy="22">' -exec cat {} + | wc -l)"
|
|
python3 - <<'PY'
|
|
import json
|
|
d = json.load(open('src/config/architecture/modules.json'))
|
|
def </tspan><tspan x="24" dy="22">walk(o):
|
|
if isinstance(o, dict):
|
|
if 'bridge' in str(o.get('id', '')):
|
|
print(f" modules.json {o</tspan><tspan x="24" dy="22">['id']} runtime_memberships={o.get('runtime_memberships')}")
|
|
for v in o.values(): walk(v)
|
|
elif isinstance(o</tspan><tspan x="24" dy="22">, list):
|
|
for v in o: walk(v)
|
|
walk(d)
|
|
PY
|
|
n=$(grep -c 'stream-bridge' $M || true); echo " ENTRIES 에 bridge 이름</tspan><tspan x="24" dy="22">이 있는가 : $n"
|
|
|
|
echo
|
|
echo "# Entry 가 요구하는 것 — bridge 가 이 표의 행이 될 수 있는가"
|
|
awk 'NR>=66 && NR<=74 {printf</tspan><tspan x="24" dy="22"> " CompatibilityMatrix.java:%d %s\n", NR, $0}' $M
|
|
grep -n 'hasLiveBrokerCertification' $M | head -2 | sed -E 's#^([0-9]</tspan><tspan x="24" dy="22">+): *# CompatibilityMatrix.java:\1 #'
|
|
|
|
echo
|
|
echo "# 미등록 이름을 조용히 지원으로 두지 않는 장치"
|
|
grep -n 'public stat</tspan><tspan x="24" dy="22">ic Entry of\|throw new' $M | head -4 | sed -E 's#^([0-9]+): *# CompatibilityMatrix.java:\1 #'
|
|
git grep -n 'anUnknownAd</tspan><tspan x="24" dy="22">apterIsNotSilentlyTreatedAsSupported' -- 'src/**/*.java' | strip
|
|
echo " 그 시험이 미등록 이름의 예로 쓰는 것, 그리고 of</tspan><tspan x="24" dy="22"> 를 부르는 main 코드 :"
|
|
git grep -ni 'artemis' -- 'src/**/*.java' | strip
|
|
m=$(git grep -n 'CompatibilityMatrix\.' -- 'sr</tspan><tspan x="24" dy="22">c/**/*.java' | grep '/main/' | grep -v '/CompatibilityMatrix.java' | wc -l || true)
|
|
echo " CompatibilityMatrix 를 자</tspan><tspan x="24" dy="22">기 파일 밖에서 쓰는 main 코드 : ${m:-0} 건"
|
|
|
|
echo
|
|
echo "# ENTRIES 다섯 항목이 각각 어떤 Tier 인가"
|
|
grep -n 'Tier\.' $M |</tspan><tspan x="24" dy="22"> grep -v 'enum\|EXTENSION$' | sed -E 's#^([0-9]+): *# CompatibilityMatrix.java:\1 #'
|
|
for t in STABLE EXPERIMENTAL EXTE</tspan><tspan x="24" dy="22">NSION; do
|
|
n=$(grep -c "Tier\.$t" $M || true); echo " ENTRIES 안에서 Tier.$t 를 쓴 횟수 : $n"
|
|
done
|
|
|
|
echo
|
|
echo "# 운영</tspan><tspan x="24" dy="22">자용 문서에는 등급 표가 둘이다"
|
|
grep -n '^## .*등급' docs/messaging/support-matrix.md | sed 's#^# docs/messaging/suppor</tspan><tspan x="24" dy="22">t-matrix.md:#'
|
|
echo " 브로커 등급 표의 Extension 행 :"
|
|
grep -n 'Extension' docs/messaging/support-matrix.md | cut -c1-1</tspan><tspan x="24" dy="22">40 | sed 's#^# docs/messaging/support-matrix.md:#'
|
|
echo " 그 문서가 이 leaf 를 언급하는 줄 (대소문자·구분자 무관) :"
|
|
</tspan><tspan x="24" dy="22">grep -n -iE 'stream[- ]bridge' docs/messaging/support-matrix.md | sed 's#^# docs/messaging/support-matrix.md:#' || ec</tspan><tspan x="24" dy="22">ho " 0 건"
|
|
|
|
echo
|
|
echo "# bridge 가 무엇이라고 스스로 적는가"
|
|
b=$(find src/messaging/messaging-spring-cloud-stream-bri</tspan><tspan x="24" dy="22">dge/src/main -name 'MessagingBindingBridge.java')
|
|
grep -n 'interoperability seam\|not a second' $b | cut -c1-140 | sed -</tspan><tspan x="24" dy="22">E 's#^([0-9]+): *# MessagingBindingBridge.java:\1 #'
|
|
g=$(find src/messaging/messaging-spring-cloud-stream-bridge/src/m</tspan><tspan x="24" dy="22">ain -name 'StreamBridgePolicyGuard.java')
|
|
grep -nE 'if \(|STREAM_BRIDGE_|native adapter|does not apply' $g | cut -c1-140</tspan><tspan x="24" dy="22"> | sed -E 's#^([0-9]+): *# StreamBridgePolicyGuard.java:\1 #'
|
|
</tspan></text>
|
|
<text x="24" y="706" fill="#8b949e" font-size="13" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">cwd: /shared/codebase/clean-architecture-backend-template</tspan></text>
|
|
<text x="24" y="728" fill="#8b949e" font-size="13" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">time: 2026-09-04T01:29:31+00:00 · exit 0</tspan></text>
|
|
<line x1="24" y1="742" x2="1176" y2="742" stroke="#30363d"/>
|
|
<text x="24" y="782" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># Tier 열거값 셋과 EXTENSION 의 뜻</tspan></text>
|
|
<text x="24" y="804" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:23 public enum Tier {</tspan></text>
|
|
<text x="24" y="826" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:24 /** Passes the shared adapter contract unchanged. */</tspan></text>
|
|
<text x="24" y="848" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:25 STABLE,</tspan></text>
|
|
<text x="24" y="870" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:26 </tspan></text>
|
|
<text x="24" y="892" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:27 /** Contract coverage is still being proven; disabled by default. */</tspan></text>
|
|
<text x="24" y="914" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:28 EXPERIMENTAL,</tspan></text>
|
|
<text x="24" y="936" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:29 </tspan></text>
|
|
<text x="24" y="958" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:30 /** Adapter SPI only; outside the supported set. */</tspan></text>
|
|
<text x="24" y="980" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:31 EXTENSION</tspan></text>
|
|
<text x="24" y="1002" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:32 }</tspan></text>
|
|
<text x="24" y="1024" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
|
|
<text x="24" y="1046" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 표 밖에 있는 bridge leaf</tspan></text>
|
|
<text x="24" y="1068" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> messaging-spring-cloud-stream-bridge main 6 파일 · 507 줄</tspan></text>
|
|
<text x="24" y="1090" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> modules.json messaging-spring-cloud-stream-bridge runtime_memberships=[]</tspan></text>
|
|
<text x="24" y="1112" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> ENTRIES 에 bridge 이름이 있는가 : 0</tspan></text>
|
|
<text x="24" y="1134" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
|
|
<text x="24" y="1156" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># Entry 가 요구하는 것 — bridge 가 이 표의 행이 될 수 있는가</tspan></text>
|
|
<text x="24" y="1178" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:66 Objects.requireNonNull(brokerVersions, "brokerVersions must not be null");</tspan></text>
|
|
<text x="24" y="1200" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:67 if (adapter == null || adapter.isBlank()) {</tspan></text>
|
|
<text x="24" y="1222" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:68 throw new IllegalArgumentException("adapter must not be blank");</tspan></text>
|
|
<text x="24" y="1244" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:69 }</tspan></text>
|
|
<text x="24" y="1266" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:70 if (brokerVersions.isEmpty()) {</tspan></text>
|
|
<text x="24" y="1288" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:71 throw new IllegalArgumentException("an adapter must certify at least one broker version");</tspan></text>
|
|
<text x="24" y="1310" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:72 }</tspan></text>
|
|
<text x="24" y="1332" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:73 brokerVersions = List.copyOf(brokerVersions);</tspan></text>
|
|
<text x="24" y="1354" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:74 }</tspan></text>
|
|
<text x="24" y="1376" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:60 public boolean hasLiveBrokerCertification() {</tspan></text>
|
|
<text x="24" y="1398" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
|
|
<text x="24" y="1420" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 미등록 이름을 조용히 지원으로 두지 않는 장치</tspan></text>
|
|
<text x="24" y="1442" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:68 throw new IllegalArgumentException("adapter must not be blank");</tspan></text>
|
|
<text x="24" y="1464" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:71 throw new IllegalArgumentException("an adapter must certify at least one broker version");</tspan></text>
|
|
<text x="24" y="1486" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:126 public static Entry of(String adapter) {</tspan></text>
|
|
<text x="24" y="1508" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:129 throw new IllegalArgumentException("adapter is not in the compatibility matrix: " + adapter);</tspan></text>
|
|
<text x="24" y="1530" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> test · CompatibilityMatrixTest.java:83 void anUnknownAdapterIsNotSilentlyTreatedAsSupported() {</tspan></text>
|
|
<text x="24" y="1552" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그 시험이 미등록 이름의 예로 쓰는 것, 그리고 of 를 부르는 main 코드 :</tspan></text>
|
|
<text x="24" y="1574" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> test · CompatibilityMatrixTest.java:84 assertThatThrownBy(() -> CompatibilityMatrix.of("messaging-artemis"))</tspan></text>
|
|
<text x="24" y="1596" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> test · CompatibilityMatrixTest.java:122 "messaging-artemis", List.of("2.42"), CompatibilityMatrix.Tier.STABLE, tr</tspan><tspan x="24" dy="22">ue, false);</tspan></text>
|
|
<text x="24" y="1640" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> test · CrossBrokerContractSuite.java:118 assertThat(matrix.coverageOf("messaging-artemis", NetworkFaultScenario.CONFIRM_T</tspan><tspan x="24" dy="22">IMEOUT))</tspan></text>
|
|
<text x="24" y="1684" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix 를 자기 파일 밖에서 쓰는 main 코드 : 0 건</tspan></text>
|
|
<text x="24" y="1706" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
|
|
<text x="24" y="1728" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># ENTRIES 다섯 항목이 각각 어떤 Tier 인가</tspan></text>
|
|
<text x="24" y="1750" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:85 new Entry("messaging-kafka", List.of("4.1"), Tier.STABLE, true, true),</tspan></text>
|
|
<text x="24" y="1772" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:92 new Entry("messaging-rabbit", List.of("4.3"), Tier.EXPERIMENTAL, true, false),</tspan></text>
|
|
<text x="24" y="1794" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:97 Tier.EXPERIMENTAL,</tspan></text>
|
|
<text x="24" y="1816" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:104 Tier.EXPERIMENTAL,</tspan></text>
|
|
<text x="24" y="1838" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CompatibilityMatrix.java:109 "messaging-nats-experimental", List.of("2.14"), Tier.EXPERIMENTAL, false, false));</tspan></text>
|
|
<text x="24" y="1860" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> ENTRIES 안에서 Tier.STABLE 를 쓴 횟수 : 1</tspan></text>
|
|
<text x="24" y="1882" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> ENTRIES 안에서 Tier.EXPERIMENTAL 를 쓴 횟수 : 4</tspan></text>
|
|
<text x="24" y="1904" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> ENTRIES 안에서 Tier.EXTENSION 를 쓴 횟수 : 0</tspan></text>
|
|
<text x="24" y="1926" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
|
|
<text x="24" y="1948" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 운영자용 문서에는 등급 표가 둘이다</tspan></text>
|
|
<text x="24" y="1970" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> docs/messaging/support-matrix.md:29:## 브로커 등급</tspan></text>
|
|
<text x="24" y="1992" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> docs/messaging/support-matrix.md:66:## 기능 등급</tspan></text>
|
|
<text x="24" y="2014" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 브로커 등급 표의 Extension 행 :</tspan></text>
|
|
<text x="24" y="2036" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> docs/messaging/support-matrix.md:37:| Artemis/JMS | Extension | 범위 밖 | adapter SPI만 | 별도 ADR + Contract Suite 통과 필요 </tspan><tspan x="24" dy="22">|</tspan></text>
|
|
<text x="24" y="2080" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그 문서가 이 leaf 를 언급하는 줄 (대소문자·구분자 무관) :</tspan></text>
|
|
<text x="24" y="2102" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> docs/messaging/support-matrix.md:78:| Spring Cloud Stream bridge | Optional |</tspan></text>
|
|
<text x="24" y="2124" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
|
|
<text x="24" y="2146" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># bridge 가 무엇이라고 스스로 적는가</tspan></text>
|
|
<text x="24" y="2168" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> MessagingBindingBridge.java:8 * <p>The bridge is an interoperability seam, not a second messaging API. Its whole reason to ex</tspan><tspan x="24" dy="22">ist</tspan></text>
|
|
<text x="24" y="2212" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:17 * must go through the native adapter, where those are actually enforced.</tspan></text>
|
|
<text x="24" y="2234" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:30 if (!enabled) {</tspan></text>
|
|
<text x="24" y="2256" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:32 "STREAM_BRIDGE_DISABLED",</tspan></text>
|
|
<text x="24" y="2278" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:36 if (profile.isOrdered()) {</tspan></text>
|
|
<text x="24" y="2300" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:38 "STREAM_BRIDGE_ORDERING_UNSUPPORTED",</tspan></text>
|
|
<text x="24" y="2322" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:39 "an ordered destination must use the native adapter: " + profile.name().value());</tspan></text>
|
|
<text x="24" y="2344" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:41 if (profile.retry().mode() != dev.caskeleton.messaging.policy.RetryMode.NONE) {</tspan></text>
|
|
<text x="24" y="2366" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:43 "STREAM_BRIDGE_RETRY_UNSUPPORTED",</tspan></text>
|
|
<text x="24" y="2388" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:44 "the bridge does not apply the platform retry policy: " + profile.name().value());</tspan></text>
|
|
<text x="24" y="2410" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:46 if (profile.deadLetter().enabled()) {</tspan></text>
|
|
<text x="24" y="2432" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:48 "STREAM_BRIDGE_DLQ_UNSUPPORTED",</tspan></text>
|
|
<text x="24" y="2454" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> StreamBridgePolicyGuard.java:49 "the bridge does not apply confirmed dead lettering: " + profile.name().value());</tspan></text>
|
|
</svg>
|