About 42,300,000 results
Open links in new tab
  1. What is Apache Kafka and How Does it Work? - GeeksforGeeks

    Jul 23, 2025 · Apache Kafka is a distributed, high-throughput, real-time, low-latency data streaming platform. It's built to transport large volumes of data in real-time between systems, without needing to …

  2. What is Kafka? - Apache Kafka Explained - AWS

    What is Kafka? 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 …

  3. 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 …

  4. Apache Kafka

    Kafka is a distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol. It can be deployed on bare-metal hardware, virtual machines, and containers …

  5. What is Apache Kafka®? - Confluent

    What is Apache Kafka®? Apache Kafka is an open-source distributed streaming system used for stream processing, real-time data pipelines, and data integration at scale.

  6. What is Apache Kafka? - IBM

    What is Apache Kafka? Apache Kafka is an open-source, distributed, event-streaming platform that processes real-time data. Kafka excels at supporting event-driven applications and building reliable …

  7. What Is Apache Kafka Used For Everything You Need To Know

    May 16, 2025 · Apache Kafka is an open-source distributed event streaming platform, originally developed at LinkedIn and later donated to the Apache Software Foundation. At its core, Kafka is …

  8. Apache Kafka Tutorial: A Complete Guide for Beginners

    Apache Kafka is a well-known distributed event streaming platform designed to efficiently manage real-time data feeds. It was originally developed by LinkedIn in 2011 and later open-sourced. Apache …

  9. What is Apache Kafka? - GeeksforGeeks

    Apr 1, 2024 · Broadly Speaking, Apache Kafka is software where topics (a topic might be a category) can be defined and further processed. Applications may connect to this system and transfer a …

  10. Introduction | Apache Kafka

    Aug 21, 2025 · Apache Kafka® is a distributed streaming platform. What exactly does that mean? A streaming platform has three key capabilities: Publish and subscribe to streams of records, similar to …