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

schofielaj 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 0a9d9d58322 MINOR: Fix typo in Sender class comment (#21293)
0a9d9d58322 is described below

commit 0a9d9d583222aa5905f947355b240c7bf7b58c75
Author: Park Jiwon <[email protected]>
AuthorDate: Tue Jan 13 18:18:42 2026 +0900

    MINOR: Fix typo in Sender class comment (#21293)
    
    - Fix grammar error in Sender.java comment
    - Changed "each nodes connection"  ->  "each node's connection"
    
    Reviewers: Andrew Schofield <[email protected]>
---
 .../main/java/org/apache/kafka/clients/producer/internals/Sender.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java 
b/clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java
index a30861d388d..2596d0932f7 100644
--- 
a/clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java
+++ 
b/clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java
@@ -80,7 +80,7 @@ public class Sender implements Runnable {
 
     private final Logger log;
 
-    /* the state of each nodes connection */
+    /* the client for sending requests to the Kafka cluster */
     private final KafkaClient client;
 
     /* the record accumulator that batches records */

Reply via email to