Hi,
We are using kafka connect in production and I have few questions about it. when we submit kafka connect job using rest api . Job gets continously running in the background and due to some issues, lets say we restarted kafka cluster. do we need to start manually all the jobs again? Is there a way to monitor these jobs using tools. I know we can use connect UI but in case if we have more than 1000 jobs it would become more complex. I am also looking for trigger mechanism to send out email or alert support team if the connector was killed due to some reasons. Thanks, Asmath