This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.3 by this push:
new d91382f4c77 MINOR: Improve formatting for streams compatibility
matrix, and add 4.3.x (#22040)
d91382f4c77 is described below
commit d91382f4c77f4c09aa365976c46950e1c0400842
Author: Evan Zhou <[email protected]>
AuthorDate: Thu May 28 16:57:52 2026 -0500
MINOR: Improve formatting for streams compatibility matrix, and add 4.3.x
(#22040)
Improves formatting of the Kafka Streams compatibility matrix, and also
adds 4.3.x as a compatible version.
Reviewers: Matthias J. Sax <[email protected]>
---
docs/streams/upgrade-guide.md | 102 +++++++++---------------------------------
1 file changed, 21 insertions(+), 81 deletions(-)
diff --git a/docs/streams/upgrade-guide.md b/docs/streams/upgrade-guide.md
index 20ba6d4228a..8fd9f6193ef 100644
--- a/docs/streams/upgrade-guide.md
+++ b/docs/streams/upgrade-guide.md
@@ -525,87 +525,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