
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 …
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 …
What is Apache Kafka and How Does it Work? - GeeksforGeeks
Mar 31, 2025 · Whether for user behavior tracking, log aggregation, fraud detection, or fueling recommendation engines — Kafka scales with ease, provides millisecond-level performance, …
What is Kafka? - Apache Kafka Explained - AWS
Apache Kafka is a distributed data store optimized for ingesting and processing streaming data in real-time. Streaming data is data that is continuously generated by thousands of data sources, …
Introduction to Apache Kafka | Confluent Documentation
Kafka is designed to handle large volumes of data in a scalable and fault-tolerant manner, making it ideal for use cases such as real-time analytics, data ingestion, and event-driven …
What is Apache Kafka®? - Confluent
Learn what Apache Kafka is, and how it works as a distributed data streaming platform for real-time data pipelines, integration, and stream processing. Discover Kafka’s use cases with …
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 …
Apache Kafka Introduction - Online Tutorials Library
What is Kafka? Apache Kafka is a distributed publish-subscribe messaging system and a robust queue that can handle a high volume of data and enables you to pass messages from one …
Kafka 101: A Beginner’s Guide to Understanding Kafka
Sep 16, 2024 · From understanding Kafka’s core concepts to diving into advanced topics like delivery semantics, consumer groups, partitions, and Kafka’s evolution from ZooKeeper to KRaft.
The Apache Kafka Handbook – How to Get Started Using Kafka
Feb 3, 2023 · There's plenty more to learn about Kafka, whether that's Kafka Connect for connecting Kafka to common data systems or the Kafka Streams API for processing and …