Priyansh KhodiyarforDatazipdatazip.io·17 hours agoProblems with Debezium and How we (OLake, Open-Source) solves itChange Data Capture (CDC) is essential for modern data architectures that require real-time data replication and synchronization across systems. Debezium (a Java utility based on the Qurkus framework), coupled with Apache Kafka, has become a popular ...Discussdebezium
Pratik VermaforEDA using Kafkaeda-using-kafka.hashnode.dev·Nov 10, 2024EDA using kafka in node jsnew to kafka ? click here - Why Kafka? Steps to follow Setup the Kafka Config We need Producer to produce events We need Consumer to consume events in a specific topic Setup Kafka: install kafkajs use npm i kafkajs or bun add kafkajs run zook...Discusskafka
Patrick Gabrielkafka-zookeeper-sur-ubuntu-serveur.hashnode.dev·Sep 19, 2024Installing Kafka and Zookeeper on Ubuntu: A Simple TutorialINTRODUCTION Objectif de la documentation Présentation rapide de Kafka et Zookeeper Pré-requis Configuration minimale requise pour le serveur Dépendances nécessaires (Java, etc.) avoir minimum trois terminaux ouvert Installation de Kafka Té...Discuss·23 likes·117 readsUbuntu
Priyanshu Kumar Keshripriyanshukr.hashnode.dev·Dec 23, 2023Unlocking the Secrets of Kafka: A Comprehensive Learning Expedition! 🚀✨Welcome to the mesmerizing universe of Kafka, the backbone of real-time data streaming! Today, we embark on a step-by-step journey, delving into Kafka's core, setting it up, writing code, optimizing performance, and connecting it with the broader tec...Discuss·36 readskafka topic
utkarsh srivastavautkarsh0701.hashnode.dev·Dec 20, 2023Step-by-Step Guide: How to Set Up a Kafka Cluster for High-Performance Distributed Data Processingblog best suited for Ubuntu 22.04. For different Linux distributions, some commands may vary. Users need to check commands for other Linux distributions. Kafka & Zookeeper Installation Steps :- In this blog, We are setting up 3 node clusters on Ubunt...Discuss·57 readskafka installation
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·2.1K 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·645 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·55 readsApache Kafka