Please join the Debezium community on Zulip (https://debezium.zulipchat.com). This room is not used any longer.
database.history.skip.unparseable.ddl=true
; so we need to fix the grammar bug you've illustrated, thanks!
Hi team, I am getting the below error after whitelisting a new table in mysql connector (version 1.1Final)
org.apache.kafka.connect.errors.ConnectException: Encountered change event for table dominus.payment whose schema isn't known to this connector
at io.debezium.connector.mysql.AbstractReader.wrap(AbstractReader.java:230)
at io.debezium.connector.mysql.AbstractReader.failed(AbstractReader.java:207)
at io.debezium.connector.mysql.BinlogReader.handleEvent(BinlogReader.java:536)
at com.github.shyiko.mysql.binlog.BinaryLogClient.notifyEventListeners(BinaryLogClient.java:1095)
at com.github.shyiko.mysql.binlog.BinaryLogClient.listenForEventPackets(BinaryLogClient.java:943)
at com.github.shyiko.mysql.binlog.BinaryLogClient.connect(BinaryLogClient.java:580)
at com.github.shyiko.mysql.binlog.BinaryLogClient$7.run(BinaryLogClient.java:825)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.kafka.connect.errors.ConnectException: Encountered change event for table dominus.payment whose schema isn't known to this connector
at io.debezium.connector.mysql.BinlogReader.informAboutUnknownTableIfRequired(BinlogReader.java:794)
at io.debezium.connector.mysql.BinlogReader.handleUpdateTableMetadata(BinlogReader.java:768)
at io.debezium.connector.mysql.BinlogReader.handleEvent(BinlogReader.java:519)
... 5 more
@MrTrustworthy you also faced similar issue earlier, what is the resolution here?
ColumnImpl
should neither face up in docs of the actual option nor in actual user docs; it's an implementation detail and no one will know what this is about