org.apache.kafka.connect.errors.ConnectException: An exception occurred in the change event producer. This connector will be stopped

Viewed 3059

Using postgres source connector in kafka. It works properly for some time and suddently stops with above error. Please assist if someone knows this issue.

1 Answers

This happens if the database is not available and the only way to fix it to restart the connector. I would advise you to check the database logs and see if database is going down or refusing connection to Kafka Connect

Related