Pravesh Sudhablog.praveshsudha.com·Feb 1, 2025Apache Kafka Project: Real-Time Twitter Streaming with Python💡 Introduction Welcome to another blog in the Python-for-DevOps series! Today, we’ll explore Apache Kafka and how it can be used to stream tweets between two services. For those unfamiliar with Kafka, it is an open-source streaming platform that ena...10 likes·41 readsPython for DevOpsApache Kafka
Nahidnahidislam.hashnode.dev·Feb 1, 2025Apache Kafka: A Complete OverviewWhat is Apache Kafka? Apache Kafka is an open-source distributed event streaming platform designed for high-throughput, fault-tolerant, and real-time data processing. Originally developed by LinkedIn, Kafka is now a top-level Apache project used by m...Apache Kafka
João Esperancinhajesperancinha.hashnode.dev·Jan 6, 2025The streaming bridges — A Kafka, RabbitMQ, MQTT and CoAP example1. Introduction Nowadays, we can rely on different streaming systems to transmit and collect our data. Some of the systems that we use, require extremely high availability. On the other hand, for other systems, high availability can be a trade-off be...mqtt
Shubham Goreapachekafkain14days.hashnode.dev·Dec 1, 2024Learning Kafka: Week 1 of 14-Day Journey With Shubham GoreTopics What is Kafka?: Apache Kafka is a distributed streaming platform that allows for publishing, subscribing to, storing, and processing streams of records in real-time. It's designed to handle high-throughput, fault-tolerant, and scalable data p...1 like·47 readskafka
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é...23 likes·120 readsUbuntu
Yash Sharmayashsharmadev.hashnode.dev·Sep 15, 2024Kafka: a Distributed Messaging System for Log ProcessingIntroduction: I was reading about event-driven architecture and got to know more about Kafka. What stood out to me was how Kafka significantly improves memory usage and boosts message consumption rates, compared to traditional log aggregators and mes...21 likes·175 readskafka
Ronit Banerjeeronitbanerjee.com·Aug 26, 2024Message streaming with Apache Kafka on KubernetesApache Kafka is an excellent distributed messaging and stream-processing platform for real-time data processing. Its integration with container orchestration platforms like Kubernetes has become essential in the era of microservices and containerized...93 readskafka
Parth P Shahparthpshah.hashnode.dev·Feb 11, 2024Apache Kafka Raft (KRaft): Apache Kafka and how it's finally without Zookeeper.The Basics, Apache Kafka Let's start with some context.Apache kafka is is an open-source event streaming platform that can transport huge volumes of data at very low latency. Kafka lets you: Publish and subscribe to streams of events Store streams ...1 like·103 readsapache kafka kraft
Ronny Bräunlichblog.code-n-roll.dev·Nov 8, 2023Kafka Streams - Lessons LearnedI recently had to work with Kafka Streams for the first time and, as usual, when encountering a new technology, made some mistakes. I want to share the learnings from working the first time with Kafka Streams with you. Without getting too much into d...51 readskafka
Thriving.devthrivingdev.hashnode.dev·Jun 20, 2023Minimizing Rebalance Downtime: Optimizing Stateless Kafka Streams Apps (x450)In this post, we’ll learn how Kafka Streams Consumers behave differently from regular Kafka Consumers, the consequences for the application, as well as steps to minimise downtimes in event processing when consumer group members change. With the defau...Kafka streams