
Apache Kafka
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical …
Apache Kafka - Wikipedia
Apache Kafka is a distributed log-based messaging system that guarantees ordering within individual partitions rather than across the entire topic. Unlike queue-based systems, Kafka retains messages …
What is Apache Kafka and How Does it Work? - GeeksforGeeks
Jul 23, 2025 · Kafka storage is designed to handle high throughput and durability. Messages are written on disk in sequence logs, which allow for rapid reads and writes even for enormous amounts of data.
What is Kafka? - Apache Kafka Explained - AWS
Kafka is primarily used to build real-time streaming data pipelines and applications that adapt to the data streams. It combines messaging, storage, and stream processing to allow storage and analysis of …
What is Kafka? Topics, Producers, Consumers, Brokers Explained ...
Apache Kafka is a distributed event streaming platform for real-time data pipelines. Learn what Kafka topics are (event logs), how producers write events, how consumers read events, what brokers do …
Apache Kafka Tutorial: A Complete Guide for Beginners
Master Apache Kafka with our complete tutorial. Learn core components, setup, basic operations, and real-world applications.
Introduction to Apache Kafka - Baeldung
Feb 6, 2025 · 1. Overview In this tutorial, we’ll learn the basics of Kafka – the use cases and core concepts anyone should know. We can then find and understand more detailed articles about Kafka. …
What is Apache Kafka? - Google Cloud
Apache Kafka is a platform for collecting, processing, and storing streaming data. Kafka lets apps handle billions of streamed data points/minute.
What Is Apache Kafka®? Architecture, Use Cases, and How It Works
Apache Kafka® is an open source distributed event streaming platform used to publish, store, and process real-time data streams. Learn how Kafka works, its architecture, and common use cases.
Quickstart - Apache Kafka
A Kafka client communicates with the Kafka brokers via the network for writing (or reading) events. Once received, the brokers will store the events in a durable and fault-tolerant manner for as long as you …