C0urante commented on code in PR #14077:
URL: https://github.com/apache/kafka/pull/14077#discussion_r1272212887


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractWorkerSourceTask.java:
##########
@@ -108,7 +108,7 @@ public abstract class AbstractWorkerSourceTask extends 
WorkerTask {
 
     /**
      * Invoked when a record is about to be dispatched to the producer. May be 
invoked multiple times for the same
-     * record if retriable errors are encountered.
+     * record if retryable errors are encountered.

Review Comment:
   "Retriable" is correct and is used all over the code base 
([here](https://github.com/apache/kafka/blob/4981fa939d588645401619bfc3e321dc523d10e7/clients/src/main/java/org/apache/kafka/common/errors/RetriableException.java)
 and 
[here](https://github.com/apache/kafka/blob/4981fa939d588645401619bfc3e321dc523d10e7/connect/api/src/main/java/org/apache/kafka/connect/errors/RetriableException.java),
 for example).



-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to