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


##########
connect/api/src/main/java/org/apache/kafka/connect/source/SourceTask.java:
##########
@@ -96,7 +96,7 @@ public void initialize(SourceTaskContext context) {
      * should block but return control to the caller regularly (by returning 
{@code null}) in
      * order for the task to transition to the {@code PAUSED} state if 
requested to do so.
      * <p>
-     * The task will be {@link #stop() stopped} on a separate thread, and when 
that happens
+     * The task may be {@link #stop() stopped} on a separate thread, and when 
that happens

Review Comment:
   See [KAFKA-15090](https://issues.apache.org/jira/browse/KAFKA-15090) for 
context on this change.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to