I need to read from a Kafka feed into a SQL Server database and i'm struggling to find any detail on how to do it. I realise it may be simple, but I've searched and found only stuff about feeding into Kafka from SQL
Use Kafka Connect, and the JDBC Sink connector.
Kafka Connect is part of Apache Kafka, and provides streaming integration between both sources into Kafka, and from Kafka out to targets. To use it you just set up configuration files describing the source and target of data. You can read more about it in this series of blogs:
This page includes an example of setting up the JDBC sink.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With