hgeraldino opened a new pull request, #13146: URL: https://github.com/apache/kafka/pull/13146
Companion PR for [KIP-901: Add flag connectorDeleted flag when stopping task](https://cwiki.apache.org/confluence/display/KAFKA/KIP-901%3A+Add+flag+connectorDeleted+flag+when+stopping+task) This PR: * Introduces a new `default void stop(boolean deletedConnector)` method to the `connect.connector.Task` interface, to indicate that a task is being stopped due to the connector being deleted. * Patches the existing unit test, and introduces a new test case to validate the new logic ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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