↧
Answer by Luis Estrada for Debezium or JDBC skip tables without primary key
In debezium there isn't a parameter to filter tables without primary keys.If you know the table in advance you can use database.exclude.list in debeziun connector source.In the JDBC sink connector you...
View ArticleDebezium or JDBC skip tables without primary key
I have Debezium in a container, capturing all changes of PostgeSQL database records. In addition a have a confluent JDBC container to write all changes to another database.In the source connector the...
View Article