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

大兔子大兔子 提交于 2021-01-28 05:14:34

问题


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:


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



来源:https://stackoverflow.com/questions/60450498/org-apache-kafka-connect-errors-connectexception-an-exception-occurred-in-the-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!