gharris1727 commented on code in PR #15233:
URL: https://github.com/apache/kafka/pull/15233#discussion_r1459984454
##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerTask.java:
##########
@@ -132,7 +127,6 @@ public void stop() {
*/
public void cancel() {
cancelled = true;
- retryWithToleranceOperator.triggerStop();
Review Comment:
I've added a commit that generifies WorkerTask, so that this can remain a
field there in the superclass. I also moved up the error reporter supplier and
transformation chain that were in a similar situation. Let me know what you
think of those changes :)
--
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]