Kafka

Kafka is a distributed streaming platform developed by LinkedIn and later open-sourced by Apache. It is used for building real-time data pipelines and streaming applications, enabling high-throughput, fault-tolerant, and scalable message processing. Kafka is commonly used for log aggregation, event sourcing, and stream processing.

chevron-down