SAP / kafka-connect-sap

Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
Apache License 2.0
119 stars 54 forks source link

Watch on several columns when polling in incrementing mode #102

Open ThomasDangleterre opened 2 years ago

ThomasDangleterre commented 2 years ago

Hello,

Is there a way to specify multiple columns or a composite primary key when using incrementing mode for a source connector ? I wanna be able to poll data if one of them are updated.

Regards.

elakito commented 2 years ago

No. But I suppose we could make the incrementing column property to take multiple names and build the where-clause ascol1 >= ... and col2 >= ... instead of the current single value where-clause col > .... Contributions are welcome.