Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -1314,12 +1314,12 @@ <h4 class="anchor-heading"><a id="multitenancy-more" class="anchor-link"></a><a

<h3 class="anchor-heading"><a id="java" class="anchor-link"></a><a href="#java">6.5 Java Version</a></h3>

Java 17 and Java 21 are fully supported while Java 11 is supported for a subset of modules (clients, streams and related).
Java 17, Java 21, and Java 25 are fully supported while Java 11 is supported for a subset of modules (clients, streams and related).
Support for versions newer than the most recent LTS version are best-effort and the project typically only tests with the
most recent non LTS version.

<p>
We generally recommend running Apache Kafka with the most recent LTS release (Java 21 at the time of writing) for performance,
We generally recommend running Apache Kafka with the most recent LTS release (Java 25 at the time of writing) for performance,
efficiency and support reasons. From a security perspective, we recommend the latest released patch version as older versions
typically have disclosed security vulnerabilities.
<p>
Expand Down
Loading