February 22, 2025 at 11:54 am
Hello,
Please help me to understand more and better
February 23, 2025 at 12:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
March 4, 2025 at 5:45 pm
Yes, it's possible to sync SQL Server with Kafka in real time. You have two main approaches: handling it within your .NET API or configuring it directly in SQL Server.
If you want real-time streaming directly from SQL Server, you can use SQL Server Change Data Capture (CDC) with Debezium to capture changes and stream them to Kafka. This setup requires Kafka Connect with the Debezium SQL Server connector.
Alternatively, if you prefer handling it at the API level, you can modify your .NET API to publish events to Kafka whenever a new record is inserted into SQL Server. The best choice depends on your architecture, CDC is more seamless for existing databases, while API-level integration provides more control over event processing.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy