This is an automated email from the ASF dual-hosted git repository.

stanislavkozlovski pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7ae222e3 MINOR: Update JDK 8 to JDK 11 in the blog post snippet for 
KIP-1013
7ae222e3 is described below

commit 7ae222e3a5a80252063f7bd068cada382b39812b
Author: Stanislav <[email protected]>
AuthorDate: Tue Feb 27 19:13:12 2024 +0100

    MINOR: Update JDK 8 to JDK 11 in the blog post snippet for KIP-1013
---
 blog.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog.html b/blog.html
index ac6b28bc..8e995f13 100644
--- a/blog.html
+++ b/blog.html
@@ -40,7 +40,7 @@
                     Additionally, client APIs released prior to Apache Kafka 
2.1 are now marked deprecated in 3.7 and will be removed in Apache Kafka 4.0. 
See <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-896%3A+Remove+old+client+protocol+API+versions+in+Kafka+4.0";>KIP-896</a>
 for details and RPC versions that are now deprecated.
                 </p>
                 <p>
-                    Java 11 support for the Kafka broker is also marked 
deprecated in 3.7, and is planned to be removed in Kafka 4.0. See <a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=284789510";>KIP-1013</a>
 for more details. Note that clients can continue to use JDK >= 8 to connect to 
Kafka brokers.
+                    Java 11 support for the Kafka broker is also marked 
deprecated in 3.7, and is planned to be removed in Kafka 4.0. See <a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=284789510";>KIP-1013</a>
 for more details. Note that clients can continue to use JDK >= 11 to connect 
to Kafka brokers.
                 </p>
                 <p>
                     <i>Note: ZooKeeper is marked as deprecated since the 3.5.0 
release. ZooKeeper is planned to be removed in Apache Kafka 4.0. For more 
information, please see the documentation for <a 
href="https://kafka.apache.org/documentation/#zk_depr";>ZooKeeper 
Deprecation</a></i>.

Reply via email to