Form & Composition
Interconnected data streams forming a high-speed transmission path icon.
Color Psychology
Solid black and white palette represents raw throughput, reliability, and no-overhead data streaming.
Design Elements
The flowing, sharp lines suggest the movement of real-time events through an enterprise backbone.
License: Apache-2.0
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 aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds. Kafka can connect to external systems via Kafka Connect, and provides the Kafka Streams libraries for stream processing applications. Kafka uses a binary TCP-based protocol that is optimized for efficiency and relies on a "message set" abstraction that naturally groups messages together to reduce the overhead of the network roundtrip. This "leads to larger network packets, larger sequential disk operations, contiguous memory blocks [...] which allows Kafka to turn a bursty stream of random message writes into linear writes."
Source: Wikipedia