Rohit Sawblog.rsaw409.me·Dec 4, 2024Kafka: Replications and ISRIn Apache Kafka, the replication factor refers to the number of copies (replicas) of a topic partition that are maintained across the Kafka cluster. ISR stands for In-Sync Replicas. It is the set of all replicas (including the leader replica) that ar...33 readsMicroservices Architecturekafka
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·46 readskafka
Siddhartha Soxyprogrammer.com·Nov 24, 2024Apache Kafka: Architectural Overview and Performance MechanismsIntroduction Kafka is a distributed event store and stream processing platform originally developed by LinkedIn for real-time processing. In 2011, Kafka was transferred to the Apache Software Foundation, and since then, countless software development...10 likesDistributed Systemskafka
Shiv Iyershiviyer.hashnode.dev·Oct 1, 2024Mitigating Kafka Latency at High Throughput: Optimizations and Best PracticesIncreased Latency with High Throughput in Kafka: Technical Insights and Optimizations Kafka, built for high-throughput messaging, can face increased latency as throughput rises due to broker overload, network bandwidth limits, and disk I/O constraint...kafka topic
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·172 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...75 readskafka
vikash kumardevopswizard.hashnode.dev·Jul 2, 2024Apache Kafka for DevOps: From Confusion to Confidence - A Beginner's TutorialHey there, fellow tech enthusiasts and aspiring DevOps engineers! Pull up a chair, grab your favorite beverage, and let me tell you about my wild ride with Apache Kafka. If you're wondering how to set up Kafka for DevOps or looking for an Apache Kafk...34 readskafka for devops
Vikas Guptavikasfeedingdotnet.hashnode.dev·Jun 29, 2024Introduction to Apache KafkaApache Kafka is an open-source stream-processing platform designed to handle real-time data feeds with high throughput, fault tolerance, and scalability. It's a go-to solution for building real-time data pipelines and streaming applications. Key Conc...kafka
Jayakiran Guntukujkblogs.hashnode.dev·Jun 22, 2024Apache Kafka 101: Key Features, Architecture, and Use CasesWhat is Apache Kafka? Apache Kafka is a powerful, distributed streaming platform designed to handle real-time data feeds with high throughput, fault tolerance, and scalability. Initially developed at LinkedIn and open-sourced in 2011, Kafka has becom...Kafkakafka