@@ -9,6 +9,8 @@ author: ccranfor
99// All HTML styles
1010++++
1111<style>
12+ .dbz-survey-chart-footnote { font-size: 12px; color: #6b6b6b; line-height: 1.6; border-top: 0.5px solid #e0ddd6; padding-top: 12px; }
13+
1214 #dbz-chart-recommendation { font-family: sans-serif; padding: 1.5rem 0; }
1315 #dbz-chart-recommendation .dbz-rc-label { font-size: 13px; color: #6b6b6b; margin: 0 0 12px; }
1416 #dbz-chart-recommendation .dbz-rc-bars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 1.5rem; }
@@ -37,7 +39,7 @@ author: ccranfor
3739
3840 #dbz-chart-deployment { font-family: sans-serif; padding: 1.5rem 0; }
3941 #dbz-chart-deployment .dbz-dp-label { font-size: 13px; color: #6b6b6b; margin: 0 0 16px; }
40- #dbz-chart-deployment .dbz-dp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
42+ #dbz-chart-deployment .dbz-dp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 16px; }
4143 #dbz-chart-deployment .dbz-dp-card { background: #f5f5f3; border-radius: 8px; padding: 14px 16px; }
4244 #dbz-chart-deployment .dbz-dp-number { font-size: 28px; font-weight: 500; color: #1a1a1a; }
4345 #dbz-chart-deployment .dbz-dp-name { font-size: 13px; color: #6b6b6b; margin-top: 4px; }
@@ -61,15 +63,14 @@ author: ccranfor
6163 #dbz-chart-webui .dbz-wu-pct { color: #6b6b6b; font-weight: 500; }
6264 #dbz-chart-webui .dbz-wu-track { background: #f1efe8; border-radius: 4px; height: 10px; overflow: hidden; }
6365 #dbz-chart-webui .dbz-wu-fill { background: #378ADD; height: 100%; }
64- #dbz-chart-webui .dbz-wu-callout { background: #f5f5f3; border-radius: 8px; padding: 12px 16px; font-size: 13px; color: #6b6b6b; line-height: 1.5; border-top: 3px solid #378ADD; }
66+ #dbz-chart-webui .dbz-wu-callout { background: #f5f5f3; border-radius: 8px; padding: 12px 16px; font-size: 13px; color: #6b6b6b; line-height: 1.5; border-top: 3px solid #378ADD; margin-bottom: 16px; }
6567
6668 #dbz-chart-connector-requests { font-family: sans-serif; padding: 1.5rem 0; }
6769 #dbz-chart-connector-requests .dbz-cr-label { font-size: 13px; color: #6b6b6b; margin: 0 0 16px; }
6870 #dbz-chart-connector-requests .dbz-cr-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 10px; }
6971 #dbz-chart-connector-requests .dbz-cr-card { background: #f5f5f3; border-radius: 8px; padding: 14px 16px; }
7072 #dbz-chart-connector-requests .dbz-cr-number { font-size: 28px; font-weight: 500; color: #1a1a1a; }
7173 #dbz-chart-connector-requests .dbz-cr-name { font-size: 13px; color: #6b6b6b; margin-top: 4px; }
72- #dbz-chart-connector-requests .dbz-cr-footnote { font-size: 12px; color: #6b6b6b; line-height: 1.6; border-top: 0.5px solid #e0ddd6; padding-top: 12px; }
7374</style>
7475++++
7576
@@ -179,6 +180,10 @@ On the deployment side, **63.8% run Debezium on Kubernetes** and **60.9% use sel
179180 <div class="dbz-dp-card"><div class="dbz-dp-number">17.4%</div><div class="dbz-dp-name">VM / bare-metal</div></div>
180181 <div class="dbz-dp-card"><div class="dbz-dp-number">10.1%</div><div class="dbz-dp-name">Kafka Connect — managed service</div></div>
181182 </div>
183+ <div class="dbz-survey-chart-footnote">
184+ Survey respondents could select all deployment targets that apply.
185+ Percentages reflect the share of respondents using each option and may sum to more than 100%.
186+ </div>
182187</div>
183188++++
184189
@@ -288,6 +293,10 @@ When asked which runtimes they'd manage via a Web UI, respondents said Kafka Con
288293 </div>
289294 </div>
290295 <div class="dbz-wu-callout">3 in 4 respondents want a web UI for managing Kafka Connect</div>
296+ <div class="dbz-survey-chart-footnote">
297+ Survey respondents could select all deployment targets that apply.
298+ Percentages reflect the share of respondents using each option and may sum to more than 100%.
299+ </div>
291300</div>
292301++++
293302
@@ -319,7 +328,9 @@ When we asked what additional database connectors people want to see, time-serie
319328 <div class="dbz-cr-number">31.9%</div><div class="dbz-cr-name">Vector databases</div>
320329 </div>
321330 </div>
322- <div class="dbz-cr-footnote">Also requested: Graph (1.4%) · Snowflake sink (1.4%) · ElasticSearch (1.4%) · TiDB (1.4%) · 7.2% said no additional connectors needed</div>
331+ <div class="dbz-survey-chart-footnote">
332+ Also requested: Graph (1.4%) · Snowflake sink (1.4%) · ElasticSearch (1.4%) · TiDB (1.4%) · 7.2% said no additional connectors needed
333+ </div>
323334</div>
324335++++
325336
0 commit comments