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 02fd9b1ad97 MINOR: Fix typo in JavaDoc in 
AbstractHeartbeatRequestManager (#20956)
02fd9b1ad97 is described below

commit 02fd9b1ad97cb04dddafd8f2102d142b402cd616
Author: Anton Vasanth <[email protected]>
AuthorDate: Sat Nov 22 09:28:25 2025 +0530

    MINOR: Fix typo in JavaDoc in AbstractHeartbeatRequestManager (#20956)
    
    This PR fixes a small typo in the JavaDoc of
    AbstractHeartbeatRequestManager:
    - "coordinator not is not found" → "coordinator is not found"
    
    No functional changes.
    
    Reviewers: Andrew Schofield <[email protected]>, Chia-Ping Tsai
     <[email protected]>
---
 .../clients/consumer/internals/AbstractHeartbeatRequestManager.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractHeartbeatRequestManager.java
 
b/clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractHeartbeatRequestManager.java
index cba2b65cbba..17e2b2609c6 100644
--- 
a/clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractHeartbeatRequestManager.java
+++ 
b/clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractHeartbeatRequestManager.java
@@ -53,7 +53,7 @@ import static 
org.apache.kafka.clients.consumer.internals.RequestState.RETRY_BAC
  * <p>If the member got kicked out of a group, it will try to give up the 
current assignment by invoking {@code
  * OnPartitionsLost} before attempting to join again with a zero epoch.
  *
- * <p>If the coordinator not is not found, we will skip sending the heartbeat 
and try to find a coordinator first.
+ * <p>If the coordinator is not found, we will skip sending the heartbeat and 
try to find a coordinator first.
  *
  * <p>When the member completes the assignment reconciliation, the {@link 
HeartbeatRequestState} will be reset so
  * that a heartbeat will be sent in the next event loop.

Reply via email to