This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new af4034e240 MINOR: update and improve formatting of streams
compatibility matrix (#868)
af4034e240 is described below
commit af4034e240d5f77451a8e83cd0d660f001c9c691
Author: Evan Zhou <[email protected]>
AuthorDate: Thu May 28 16:57:17 2026 -0500
MINOR: update and improve formatting of streams compatibility matrix (#868)
---
content/en/43/streams/upgrade-guide.md | 102 +++++++--------------------------
1 file changed, 21 insertions(+), 81 deletions(-)
diff --git a/content/en/43/streams/upgrade-guide.md
b/content/en/43/streams/upgrade-guide.md
index 47e91c31c4..804644eed6 100644
--- a/content/en/43/streams/upgrade-guide.md
+++ b/content/en/43/streams/upgrade-guide.md
@@ -523,87 +523,27 @@ For Streams API changes in version older than 2.4.x,
please check [3.9 upgrade d
The following table shows which versions of the Kafka Streams API are
compatible with various Kafka broker versions. For Kafka Stream version older
than 2.4.x, please check [3.9 upgrade
document](/39/documentation/streams/upgrade-guide).
-<table>
-<tr>
-<th>
-
-
-</th>
-<th>
-
-Kafka Broker (columns)
-</th> </tr>
-<tr>
-<td>
-
-Kafka Streams API (rows)
-</td>
-<td>
-
-2.4.x and
-2.5.x and
-2.6.x and
-2.7.x and
-2.8.x and
-3.0.x and
-3.1.x and
-3.2.x and
-3.3.x and
-3.4.x and
-3.5.x and
-3.6.x and
-3.7.x and
-3.8.x and
-3.9.x and
-4.0.x
-</td>
-<td>
-
-4.1.x and
-4.2.x
-</td> </tr>
-<tr>
-<td>
-
-2.4.x and
-2.5.x
-</td>
-<td>
-
-compatible
-</td>
-<td>
-
-compatible
-</td> </tr>
-<tr>
-<td>
-
-2.6.x and
-2.7.x and
-2.8.x and
-3.0.x and
-3.1.x and
-3.2.x and
-3.3.x and
-3.4.x and
-3.5.x and
-3.6.x and
-3.7.x and
-3.8.x and
-3.9.x and
-4.0.x and
-4.1.x and
-4.2.x
-</td>
-<td>
-
-compatible; enabling exactly-once v2 requires broker version 2.5.x or higher
-</td>
-<td>
-
-compatible
-</td> </tr> </table>
+<table>
+<tr>
+<th></th>
+<th colspan="2">Kafka Broker (columns)</th>
+</tr>
+<tr>
+<th>Kafka Streams API (rows)</th>
+<th>2.4.x - 4.0.x</th>
+<th>4.1.x - 4.3.x</th>
+</tr>
+<tr>
+<th>2.4.x - 2.5.x</th>
+<td>compatible</td>
+<td>compatible</td>
+</tr>
+<tr>
+<th>2.6.x - 4.3.x</th>
+<td>compatible; enabling exactly-once v2 requires broker version 2.5.x or
higher</td>
+<td>compatible</td>
+</tr>
+</table>
[Previous](/43/documentation/streams/developer-guide/app-reset-tool) Next