Apache Kafka είναι μια distributed event streaming platform — ένα σύστημα υψηλής διαμεσολάβησης και ανθεκτικότητας για δημοσίευση, αποθήκευση και επεξεργασία ροών συμβάντων (εγγραφών). Χρησιμοποιείται για messaging, real-time data pipelines, event-driven architectures και stream processing σε μεγάλη κλίμακα.
Τι είναι το 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
