You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gunnar Morling (Jira)" <ji...@apache.org> on 2021/11/26 08:20:00 UTC

[jira] [Created] (KAFKA-13485) Restart connectors after RetriableException raised from Task::start()

Gunnar Morling created KAFKA-13485:
--------------------------------------

             Summary: Restart connectors after RetriableException raised from Task::start()
                 Key: KAFKA-13485
                 URL: https://issues.apache.org/jira/browse/KAFKA-13485
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
            Reporter: Gunnar Morling


If a {{RetriableException}} is raised from {{Task::start()}}, this doesn't trigger an attempt to start that connector again. I.e. the restart functionality currently is only implemented for exceptions raised from {{poll()}}/{{put()}}. Triggering restarts also upon failures during {{start()}} would be desirable, so to circumvent temporary failure conditions like a network hickup which currrently require a manual restart of the affected tasks, if a connector for instance establishes a database connection during {{start()}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)