当我们有多个查询时 Kafka Connect

Kafka Connect when we have multiple queries

当有多个table要插入时,我们如何使用Kafka Connect?

我正在尝试实现 Kafka 连接接收器以插入到多个 Oracle table。

您可以定义一个 JDBC Sink Connector per table, or a single JDBC Sink Connector with multiple topics specified - each topic will be written to a separate table. The table will take the topic name, which you can also map using the table.name.format 选项。