blcksrx opened a new pull request #11588:
URL: https://github.com/apache/kafka/pull/11588


   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()`.
   
   
   ### 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


Reply via email to