About 16,700,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, …

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

    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 …

  3. Apache Kafka - Wikipedia

    Apache Kafka is a distributed event store and stream-processing platform. It is an open-source system developed by the Apache Software Foundation written in Java and Scala. The project …

  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 …

  5. Intro to Apache Kafka®: Tutorials, Explainer Videos & More

    Kafka is based on the abstraction of a distributed commit log. By splitting a log into partitions, Kafka is able to scale-out systems. As such, Kafka models events as key/value pairs.

  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 …

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

    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 designed …

  8. What is Apache Kafka®? | Everything you need to know for Kafka

    Apache Kafka® is often described as an event streaming platform (if you don't know what that is, this may help). And this is true, but at its core it’s simpler: Apache Kafka is really just a way to …

  9. What is Apache Kafka and How Does It Work? | Sealos Blog

    May 30, 2025 · Apache Kafka is an open-source distributed streaming platform designed to handle real-time data feeds with high throughput, fault tolerance, and scalability.

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