Auto restart of failed connectors

Hi Robin, as per your link below I am trying to auto restart failed connectors (Kafka <2.3.0).

Automatically restarting failed Kafka Connect tasks.

However found that jq is not available and is not approved in our linux servers. Please share alternate commands to achieve the same functionality. Thankyou, Satya

Hi Satya,

If you don’t have access to jq you’ll need to find another way to programmatically handle the output of the REST call and loop through the failed connectors. You could write some code to do this, perhaps.

thanks, Robin.

Thankyou Robin, will explore and try python code.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.