Apache Kafka minangka platform event streaming sing terdistribusi — sistem throughput-tinggi, durable kanggo menerbitake, nyimpen, lan memproses aliran event (record). Digunakake kanggo messaging, real-time data pipeline, event-driven architecture, lan stream processing ing skala gede.
Apa Kafka iku
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
