I have setup a JDBC debezium sink connector.
Kafka connect version -6.0.0
- My sink database failover happened. Due to which all the tasks are in Failed state now.
- To restart the tasks again the i tried stop api and then restart but stop api is giving 404 .
In restart api passed the two params as
includeTasks=true & onlyFailed=true but it is giving 204 status code
Checked the tasks status too it is still in Failed state.
Since number of tasks are more than 50
Manually restarting the individual tasks is not feasible.
Is there a way by which I can restart the tasks