Hi, I’d like to begin the voting thread for KIP-419. This is a minor KIP to add a new stopped() method to the SourceTask interface in Kafka Connect. Its purpose is to give the task a safe opportunity to clean up its resources, in the knowledge that this is the final call to the task.
KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-419%3A+Safely+notify+Kafka+Connect+SourceTask+is+stopped PR: https://github.com/apache/kafka/pull/6551 JIRA: https://issues.apache.org/jira/browse/KAFKA-7841 Thanks, Andrew Schofield IBM