[ https://issues.apache.org/jira/browse/KAFKA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355860#comment-17355860 ]
Randall Hauch commented on KAFKA-4793: -------------------------------------- I've created a KIP that expands the existing REST API method to restart a connector (the `Connector` instance, not the "named connector") with two new optional query parameters. Users can make one call using this method (with the query parameters) to request a combination of failed/all `Connector` and/or `Task` instances. https://cwiki.apache.org/confluence/display/KAFKA/KIP-745%3A+Connect+API+to+restart+connector+and+tasks > Kafka Connect: POST /connectors/(string: name)/restart doesn't start failed > tasks > --------------------------------------------------------------------------------- > > Key: KAFKA-4793 > URL: https://issues.apache.org/jira/browse/KAFKA-4793 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect > Reporter: Gwen Shapira > Assignee: Randall Hauch > Priority: Major > Labels: needs-kip > > Sometimes tasks stop due to repeated failures. Users will want to restart the > connector and have it retry after fixing an issue. > We expected "POST /connectors/(string: name)/restart" to cause retry of > failed tasks, but this doesn't appear to be the case. -- This message was sent by Atlassian Jira (v8.3.4#803005)