Files
document-haness/docs/clean-architecture-backend-template/final/evidence/rendered/a19-f015-compatibilitymatrix-extension.svg
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

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 &#x27;s#^src/[^:]*/src/(main|test)/[^:]*/([^:/]+):([0-9]+):# \1 · \2:\3 #&#x27;; }
cut_range() { awk</tspan><tspan x="24" dy="22"> -v f=&quot;$2&quot; -v a=&quot;$3&quot; -v b=&quot;$4&quot; &#x27;NR&gt;=a &amp;&amp; NR&lt;=b {printf &quot; %s:%d %s\n&quot;, f, NR, $0}&#x27; &quot;$1&quot;; }
echo &quot;# Tier 열거값 셋과 EXT</tspan><tspan x="24" dy="22">ENSION 의 뜻&quot;
cut_range $M CompatibilityMatrix.java 23 32
echo
echo &quot;# 표 밖에 있는 bridge leaf&quot;
printf &quot; %-42s main %</tspan><tspan x="24" dy="22">s 파일 · %s 줄\n&quot; &quot;messaging-spring-cloud-stream-bridge&quot; \
&quot;$(find src/messaging/messaging-spring-cloud-stream-bridge</tspan><tspan x="24" dy="22">/src/main -name &#x27;*.java&#x27; | wc -l)&quot; \
&quot;$(find src/messaging/messaging-spring-cloud-stream-bridge/src/main -name &#x27;*.java</tspan><tspan x="24" dy="22">&#x27; -exec cat {} + | wc -l)&quot;
python3 - &lt;&lt;&#x27;PY&#x27;
import json
d = json.load(open(&#x27;src/config/architecture/modules.json&#x27;))
def </tspan><tspan x="24" dy="22">walk(o):
if isinstance(o, dict):
if &#x27;bridge&#x27; in str(o.get(&#x27;id&#x27;, &#x27;&#x27;)):
print(f&quot; modules.json {o</tspan><tspan x="24" dy="22">[&#x27;id&#x27;]} runtime_memberships={o.get(&#x27;runtime_memberships&#x27;)}&quot;)
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 &#x27;stream-bridge&#x27; $M || true); echo &quot; ENTRIES 에 bridge 이름</tspan><tspan x="24" dy="22">이 있는가 : $n&quot;
echo
echo &quot;# Entry 가 요구하는 것 — bridge 가 이 표의 행이 될 수 있는가&quot;
awk &#x27;NR&gt;=66 &amp;&amp; NR&lt;=74 {printf</tspan><tspan x="24" dy="22"> &quot; CompatibilityMatrix.java:%d %s\n&quot;, NR, $0}&#x27; $M
grep -n &#x27;hasLiveBrokerCertification&#x27; $M | head -2 | sed -E &#x27;s#^([0-9]</tspan><tspan x="24" dy="22">+): *# CompatibilityMatrix.java:\1 #&#x27;
echo
echo &quot;# 미등록 이름을 조용히 지원으로 두지 않는 장치&quot;
grep -n &#x27;public stat</tspan><tspan x="24" dy="22">ic Entry of\|throw new&#x27; $M | head -4 | sed -E &#x27;s#^([0-9]+): *# CompatibilityMatrix.java:\1 #&#x27;
git grep -n &#x27;anUnknownAd</tspan><tspan x="24" dy="22">apterIsNotSilentlyTreatedAsSupported&#x27; -- &#x27;src/**/*.java&#x27; | strip
echo &quot; 그 시험이 미등록 이름의 예로 쓰는 것, 그리고 of</tspan><tspan x="24" dy="22"> 를 부르는 main 코드 :&quot;
git grep -ni &#x27;artemis&#x27; -- &#x27;src/**/*.java&#x27; | strip
m=$(git grep -n &#x27;CompatibilityMatrix\.&#x27; -- &#x27;sr</tspan><tspan x="24" dy="22">c/**/*.java&#x27; | grep &#x27;/main/&#x27; | grep -v &#x27;/CompatibilityMatrix.java&#x27; | wc -l || true)
echo &quot; CompatibilityMatrix 를 자</tspan><tspan x="24" dy="22">기 파일 밖에서 쓰는 main 코드 : ${m:-0} 건&quot;
echo
echo &quot;# ENTRIES 다섯 항목이 각각 어떤 Tier 인가&quot;
grep -n &#x27;Tier\.&#x27; $M |</tspan><tspan x="24" dy="22"> grep -v &#x27;enum\|EXTENSION$&#x27; | sed -E &#x27;s#^([0-9]+): *# CompatibilityMatrix.java:\1 #&#x27;
for t in STABLE EXPERIMENTAL EXTE</tspan><tspan x="24" dy="22">NSION; do
n=$(grep -c &quot;Tier\.$t&quot; $M || true); echo &quot; ENTRIES 안에서 Tier.$t 를 쓴 횟수 : $n&quot;
done
echo
echo &quot;# 운영</tspan><tspan x="24" dy="22">자용 문서에는 등급 표가 둘이다&quot;
grep -n &#x27;^## .*등급&#x27; docs/messaging/support-matrix.md | sed &#x27;s#^# docs/messaging/suppor</tspan><tspan x="24" dy="22">t-matrix.md:#&#x27;
echo &quot; 브로커 등급 표의 Extension 행 :&quot;
grep -n &#x27;Extension&#x27; docs/messaging/support-matrix.md | cut -c1-1</tspan><tspan x="24" dy="22">40 | sed &#x27;s#^# docs/messaging/support-matrix.md:#&#x27;
echo &quot; 그 문서가 이 leaf 를 언급하는 줄 (대소문자·구분자 무관) :&quot;
</tspan><tspan x="24" dy="22">grep -n -iE &#x27;stream[- ]bridge&#x27; docs/messaging/support-matrix.md | sed &#x27;s#^# docs/messaging/support-matrix.md:#&#x27; || ec</tspan><tspan x="24" dy="22">ho &quot; 0 건&quot;
echo
echo &quot;# bridge 가 무엇이라고 스스로 적는가&quot;
b=$(find src/messaging/messaging-spring-cloud-stream-bri</tspan><tspan x="24" dy="22">dge/src/main -name &#x27;MessagingBindingBridge.java&#x27;)
grep -n &#x27;interoperability seam\|not a second&#x27; $b | cut -c1-140 | sed -</tspan><tspan x="24" dy="22">E &#x27;s#^([0-9]+): *# MessagingBindingBridge.java:\1 #&#x27;
g=$(find src/messaging/messaging-spring-cloud-stream-bridge/src/m</tspan><tspan x="24" dy="22">ain -name &#x27;StreamBridgePolicyGuard.java&#x27;)
grep -nE &#x27;if \(|STREAM_BRIDGE_|native adapter|does not apply&#x27; $g | cut -c1-140</tspan><tspan x="24" dy="22"> | sed -E &#x27;s#^([0-9]+): *# StreamBridgePolicyGuard.java:\1 #&#x27;
</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, &quot;brokerVersions must not be null&quot;);</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(&quot;adapter must not be blank&quot;);</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(&quot;an adapter must certify at least one broker version&quot;);</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(&quot;adapter must not be blank&quot;);</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(&quot;an adapter must certify at least one broker version&quot;);</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(&quot;adapter is not in the compatibility matrix: &quot; + 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(() -&gt; CompatibilityMatrix.of(&quot;messaging-artemis&quot;))</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 &quot;messaging-artemis&quot;, List.of(&quot;2.42&quot;), 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(&quot;messaging-artemis&quot;, 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(&quot;messaging-kafka&quot;, List.of(&quot;4.1&quot;), 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(&quot;messaging-rabbit&quot;, List.of(&quot;4.3&quot;), 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 &quot;messaging-nats-experimental&quot;, List.of(&quot;2.14&quot;), 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 * &lt;p&gt;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 &quot;STREAM_BRIDGE_DISABLED&quot;,</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 &quot;STREAM_BRIDGE_ORDERING_UNSUPPORTED&quot;,</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 &quot;an ordered destination must use the native adapter: &quot; + 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 &quot;STREAM_BRIDGE_RETRY_UNSUPPORTED&quot;,</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 &quot;the bridge does not apply the platform retry policy: &quot; + 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 &quot;STREAM_BRIDGE_DLQ_UNSUPPORTED&quot;,</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 &quot;the bridge does not apply confirmed dead lettering: &quot; + profile.name().value());</tspan></text>
</svg>