-
Bug
-
Resolution: Done
-
Blocker
-
1.6.1.Final
-
None
-
False
-
False
-
-
Issue: Oracle connector is replicating data from tables in all PDBs despite one PDB specified in configuration.
Environment:
DB host: Oracle linux 7
DB version: Oracle 19c
Oracle connector: 1.6.1 Final | using LogMiner
Debezium on classic kafka and kafka connect
Expected result:
Retrive data from included tables from specified PDB
Actual result:
Retrive data from included tables but from all PDBs in db server.
Some investigation on this issue:
Logminer is logging changes from all tables at CDB$ROOT level but debezium is not filtering them by PDB.
You can use where filter on column SRC_CON_NAME where is change source PDB specified.
Short discussion on gitter available under this link.