Apache Kafka ialah platform event streaming teragih — sistem yang tahan lasak (durable) dan berdaya pengeluaran tinggi (high-throughput) untuk menerbitkan, menyimpan, dan memproses aliran event (rekod). Ia digunakan untuk messaging, saluran data masa nyata, seni bina dipacu event (event-driven), dan stream processing pada skala besar.
Apakah itu Kafka
Kafka = a distributed, durable, high-throughput EVENT STREAMING platform:
→ PUBLISH events (producers write) and SUBSCRIBE to them (consumers read)
→ STORE streams of events durably (a distributed, replicated commit LOG)
→ PROCESS streams in real time
→ think of it as a durable, scalable, append-only LOG of events that many systems can
write to and read from
