Nov 8, 2025 · 1 min read · a simple word kafaka producer-consumer or redis pubsub used in websocket or any real time feature bcoz if lets say vdo cal happeing between 2 user vdo chatting and if 3:10-3:13 3 sec data losed and buffering happen then kafka dont give a fck about 10...
Join discussionOct 14, 2025 · 4 min read · Apache Kafka is a distributed event streaming platform originally developed by LinkedIn and later open-sourced. Think of it as a super-powered messaging system that can handle millions of messages per second. Simple Analogy Imagine Kafka as a super-f...
Join discussionMay 18, 2025 · 2 min read · Kafka producers are responsible for sending data to Kafka topics. Let’s break down how a Kafka producer works internally, step by step, based only on what is required to deliver a message reliably and efficiently. Kafka Producer Components Producer...
Join discussionNov 24, 2024 · 7 min read · Introduction 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...
Join discussion
Aug 5, 2023 · 5 min read · What is Kafka and what problem does it solve? Kafka is a distributed streaming platform that is used to build real-time data pipelines and streaming applications. It is designed to handle large volumes of data and provide high throughput. To understa...
Join discussion