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

No "before", "after", "source" and "op" fields in payload. What is the reason? #101

Closed mertcakmak2 closed 2 years ago

mertcakmak2 commented 2 years ago

image

elakito commented 2 years ago

@mertcakmak2 I don't understand the context of your question. Could you elaborate on your scenario?

mertcakmak2 commented 2 years ago

Why can't i see inserting, updating and deleting data in payload field. This connector only execute select query.

elakito commented 2 years ago

@mertcakmak2 If you are using the HANA source connector, this connector is not a CDC connector and therefor it does not generate the CDC envelope records (which has before/after properties) but the normal records. There is another ticket asking for HANA CDC connector https://github.com/SAP/kafka-connect-sap/issues/74#issuecomment-790719034

@sbcd90 is working on it and we hope we can give an update soon.

mertcakmak2 commented 2 years ago

I see, thank you for helping me.