You should look at the kafka-connect-jdbc code. It is a kafka connector to
load data into a relational database.
https://github.com/confluentinc/kafka-connect-jdbc
The documentation is here -
https://docs.confluent.io/current/connect/connect-jdbc/docs/index.html
On Fri, Oct 13, 2017 at 12:29 P
You should look at the kafka-connect-jdbc code. It is a kafka connector to
load data into a relational database.
https://github.com/confluentinc/kafka-connect-jdbc
The documentation is here -
https://docs.confluent.io/current/connect/connect-jdbc/docs/index.html
On Fri, Oct 13, 2017 at 12:29 P
Hello,
I am looking for some advice or best practice: I want to update OR insert a
relational database table from kafka messages. As in Kafka everything is an
"insert", what is the best way to determine if I need to update or to insert
the data?
Do I have to write some code (which would be