From multiple tables to single topic - JDBC source connector

For a source connector on the oracle database. I want to push data in increment mode from multiple tables into a single topic. But it seems table.whitelist and topic.prefix are tightly coupled. Connector would look for as many topics as many table.whitelist. Is there a way to achieve this?

topic.prefix will be applied to the name of each table that the connector fetches. The tables that the connector fetches is defined by the whitelist.

I’m not clear on what the tight coupling or limitation here is that you’re encountering - can you elaborate, perhaps with an example please?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.