From 7db66ace08b9d6598cbb1f312f7d3f8b1b2ef165 Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Tue, 7 Jun 2022 15:52:47 +0800 Subject: [PATCH 1/3] add java 8 deprecation info in doc --- docs/ops.html | 3 ++- docs/upgrade.html | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ops.html b/docs/ops.html index 843c5cc59e375..3ee1216274129 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -1266,7 +1266,8 @@

6.6 Java Version

- Java 8 and Java 11 are supported. Java 11 performs significantly better if TLS is enabled, so it is highly recommended (it also includes a number of other + Java 8, Java 11, and Java 17 are supported. Note that Java 8 support has been deprecated since Apache Kafka 3.0 and will be removed in Apache Kafka 4.0. + Java 11 and later versions performs significantly better if TLS is enabled, so it is highly recommended (it also includes a number of other performance improvements: G1GC, CRC32C, Compact Strings, Thread-Local Handshakes and more). From a security perspective, we recommend the latest released patch version as older freely available versions have disclosed security vulnerabilities. diff --git a/docs/upgrade.html b/docs/upgrade.html index 33971a79c10b6..d276353e9cc62 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -213,6 +213,9 @@
Notable changes in 3
Notable changes in 3.0.0