Debezium报错处理系列之第116篇:Caused by: java.lang.NumberFormatException: null
- 一、完整报错
- 二、错误原因
- 三、解决方法
Debezium从入门到精通系列之:研究Debezium技术遇到的各种错误解决方法汇总:
- Debezium从入门到精通系列之:百篇系列文章汇总之研究Debezium技术遇到的各种错误的解决方法
更多Debezium技术请参考博主Debezium技术专栏:
- Debezium技术专栏
一、完整报错
- org.apache.kafka.connect.errors.ConnectException: An exception occurred in the change event producer. This connector will be stopped.
at io.debezium.pipeline.ErrorHandler.setProducerThrowable(ErrorHandler.java:67)
at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start 0