- 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 applications
- 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 in a durable, append-only log, allowing multiple consumers to read at different offsets
- What is Apache Kafka and How Does it Work? - GeeksforGeeks
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 develop hundreds of intricate integrations
- Intro to Apache Kafka®: Tutorials, Explainer Videos More - Confluent
This beginner’s guide features Apache Kafka® courses and tutorials that will help you learn key Kafka concepts and how to get started from the ground up It includes a look at Kafka architecture, core concepts, and the connector ecosystem
- What is Kafka? - Apache Kafka Explained - AWS
Kafka is used to build real-time streaming data pipelines and real-time streaming applications A data pipeline reliably processes and moves data from one system to another, and a streaming application is an application that consumes streams of data
- Introduction to Apache Kafka | Confluent Documentation
Apache Kafka® is a distributed event streaming platform that is used for building real-time data pipelines and streaming applications 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 architectures
- Introduction to Apache Kafka - Baeldung
Producers send messages to Kafka, while consumers receive messages from Kafka They only receive messages by actively polling from Kafka Kafka itself is acting passively
- 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 examples
|