mirror of https://github.com/apache/kafka.git
KAFKA-17086 add missing Java 21 to ops.html (#16911)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
c5e9154672
commit
4b41071165
|
@ -1249,7 +1249,7 @@ queued.max.requests=[number of concurrent requests]</code></pre>
|
|||
|
||||
<h3 class="anchor-heading"><a id="java" class="anchor-link"></a><a href="#java">6.6 Java Version</a></h3>
|
||||
|
||||
Java 8, Java 11, and Java 17 are supported.
|
||||
Java 8, Java 11, Java 17, and Java 21 are supported.
|
||||
<p>
|
||||
Note that Java 8 support project-wide has been deprecated since Apache Kafka 3.0 and Java 11 support for the broker and tools
|
||||
has been deprecated since Apache Kafka 3.7. Both will be removed in Apache Kafka 4.0.
|
||||
|
|
Loading…
Reference in New Issue