memiiso / debezium-server-iceberg

Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)
Apache License 2.0
171 stars 35 forks source link

specific character ($) in application.properties file #304

Open S-and-A opened 2 months ago

S-and-A commented 2 months ago

I am trying to get changes from the Oracle DB source.

But I faced issue. The schema name is specified in the application.properties file. But didn't work correctly.

WARN [io.deb.rel.RelationalDatabaseSchema] (debezium-oracleconnector-changes-change-event-source-coordinator) After applying the include/exclude list filters, no changes will be captured. Please check your configuration

application.properties debezium.source.database.hostname=x.x.x.x debezium.source.database.port=1521 debezium.source.database.user=user debezium.source.database.password=pass debezium.source.database.dbname=dbname debezium.source.table.include.list=tst$db.table1 debezium.source.schema.include.list=tst$db

I already tried tst\$db , tst\$db , "tst\$db", "tst\$db" , "tst$db" Not working. How to resolve it

S-and-A commented 2 months ago

@ismailsimsek

ismailsimsek commented 2 months ago

@S-and-A Could you try with "tst*db" Also you can post it to debezium community channel https://debezium.zulipchat.com