debezium报错:Caused by: io.debezium.DebeziumException:whose schema isn’t known to this connector
- “trace”:"org.apache.kafka.connect.errors.ConnectException: An exception occurred in the change event producer. This connector will be stopped.
- Caused by: io.debezium.DebeziumException: Error processing binlog event\n\t… 7 more
- Caused by: io.debezium.DebeziumException: Encountered change event for table uds.transactional_messages whose schema isn’t known to this connector
解决方法如下:快照模式选择initial
"snapshot.mode": "initial"

本文档详细介绍了在使用Debezium时遇到的错误:'Caused by: io.debezium.DebeziumException:whose schema isn't known to this connector'。错误出现在处理binlog事件时,导致连接器停止工作。解决方法是通过设置快照模式为initial来初始化连接。
701

被折叠的 条评论
为什么被折叠?



