You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2023/01/15 07:11:19 UTC

[GitHub] [kafka] ijuma commented on a diff in pull request #13105: MINOR: fix typo in KafkaConsumer.java

ijuma commented on code in PR #13105:
URL: https://github.com/apache/kafka/pull/13105#discussion_r1070519853


##########
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##########
@@ -1472,7 +1472,7 @@ public boolean isDone() {
     /**
      * Callbacks that are called by the RecordAccumulator append functions:
      *  - user callback
-     *  - interceptor callbacks
+     *  - interceptor callback

Review Comment:
   There can be multiple interceptors and that's likely the reason why it says `callbacks` here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org