/plushcap/analysis/confluent/confluent-no-more-silos-how-to-integrate-your-databases-with-apache-kafka-and-cdc

No More Silos: How to Integrate Your Databases with Apache Kafka and CDC

What's this blog post about?

This text discusses methods for integrating databases with Apache Kafka, focusing on streaming data between them. It mentions two primary options: using the JDBC connector for Kafka Connect or employing a log-based Change Data Capture (CDC) tool that works with Kafka Connect. The JDBC Connector is easy to use and good for prototyping, but may not be ideal for high-volume workloads. On the other hand, CDC tools offer full data fidelity and low impact on databases, making them suitable for event-driven applications that require every database event. The text also provides resources for learning more about Kafka integration with databases and the Confluent Platform.

Company
Confluent

Date published
March 16, 2018

Author(s)
Robin Moffatt, Robin Moffatt, Josep Prat, Lucia Cerchie

Word count
1336

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.