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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new eb352828edb MINOR: Remove AK 1.0.0 reference from NetworkClient.java 
(#16223)
eb352828edb is described below

commit eb352828edbd18090182c012259713c27ab74366
Author: NICOLAS GUYOMAR <nicolas.guyo...@gmail.com>
AuthorDate: Sat Jun 8 00:54:09 2024 +0200

    MINOR: Remove AK 1.0.0 reference from NetworkClient.java (#16223)
    
    Reviewers: Justine Olshan <jols...@confluent.io>, Chia-Ping Tsai 
<chia7...@gmail.com>
---
 clients/src/main/java/org/apache/kafka/clients/NetworkClient.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/clients/src/main/java/org/apache/kafka/clients/NetworkClient.java 
b/clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
index 3a7af6617e7..1fce5eead7b 100644
--- a/clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
+++ b/clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
@@ -821,9 +821,8 @@ public class NetworkClient implements KafkaClient {
                 break;
             case AUTHENTICATE:
                 log.warn("Connection to node {} ({}) terminated during 
authentication. This may happen " +
-                    "due to any of the following reasons: (1) Authentication 
failed due to invalid " +
-                    "credentials with brokers older than 1.0.0, (2) Firewall 
blocking Kafka TLS " +
-                    "traffic (eg it may only allow HTTPS traffic), (3) 
Transient network issue.",
+                    "due to any of the following reasons: (1) Firewall 
blocking Kafka TLS " +
+                    "traffic (eg it may only allow HTTPS traffic), (2) 
Transient network issue.",
                     nodeId, disconnectState.remoteAddress());
                 break;
             case NOT_CONNECTED:

Reply via email to