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
122 stars 56 forks source link

more clear architecture about this project #131

Open jasonwangnanjing opened 2 years ago

jasonwangnanjing commented 2 years ago

Hi Contributors Could u please more clear document about the architecture regarding this project to let people be able to see the future picture more clearly? After install this project, I will get a jar. Where I should deploy it? on the ECC server as an agent or as an addon? Or on hana server?

If it is on hana server, how business logic can be implemented? Or this project only support DB operations with HANA?

Thanks for your answer in advance.

elakito commented 2 years ago

Please find general information on Kafka at https://kafka.apache.org or about Kafka Connect at https://kafka.apache.org/documentation/#connect.

The jar file must be installed to a Kafka connect instance to transfer data between HANA and Kafka. I hope this answers your question.