Efficient ways for whitelisting more tables in Debezium Mysql Connector
问题 Are there any best practices that are followed for whitelisting a new table to the debezium mysql connector ? We are using debezium mysql connector for our CDC flows and a use case has arised to whitelist more tables to the connector configuration. Here are the version details of the debezium being used and the { "class": "io.debezium.connector.mysql.MySqlConnector", "version": "0.8.0.Final", "snapshot.mode": "schema_only" } There is a debezium ticket https://issues.redhat.com/browse/DBZ-906