Apache Kafka är en distribuerad event streaming-plattform — ett högtdataflöde, robust system för att publicera, lagra och bearbeta strömmar av händelser (poster). Det används för messaging, realtidsdatapipelines, event-driven arkitekturer och stream processing i stor skala.
Vad Kafka är
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
