Basanta Kharelbasantakharel.com·May 9, 2023Setting up Kafka Connect with Debezium Connectors: Importance of Database History ParametersIf you're working with databases, you've probably heard of Kafka, Kafka Connect, and connectors. In a nutshell, Kafka is a distributed streaming platform that allows you to publish and subscribe to streams of records, while Kafka Connect is a framewo...Discuss·1.0K readskafka connect
Basanta Kharelbasantakharel.com·Apr 6, 2023Building a Scalable Streaming Architecture with Kafka and Debezium for Multiple SQL DatabasesIn a recent project at work, we needed to monitor changes to data stored in multiple databases and services in real-time. To achieve this goal, we opted for Kafka as our distributed streaming platform. We chose Confluent Cloud, the hosted service pro...Discuss·1 like·337 readskafka connect
Marcos Arujmarcs.hashnode.dev·Feb 8, 2023Getting Started with Kafka Connect and KsqlDBIn today's fast-paced world, real-time data processing has become an increasingly important aspect of modern-day applications. Apache Kafka and its ecosystem provide a robust and scalable platform for data streaming and processing, making it a popula...Discuss·41 readsApache Kafka