-
Bug
-
Resolution: Done
-
Major
-
0.10.0.CR2
-
None
I've configured a debezium instance to monitor a database that has two schemas (other than public). It should only replicate one of them, and so I use schema.whitelist in my config.
Setting this value does prevent debezium from monitoring the schema I don't want captured, and debezium is successfully capturing the schema I do want. However, upon booting up kafka-connect, I see the following WARN:
2019-10-01 14:24:37,117 WARN Postgres|thumbnail|postgres-connector-task After applying blacklist/whitelist filters there are no tables to monitor, please check your configuration [io.debezium.relational.RelationalDatabaseSchema]