Apache Kafka एक वितरित event streaming platform हो — एक उच्च-throughput, टिकाऊ प्रणाली जसले events (records) को streams को publish, store, र process गर्छ। यो messaging, real-time data pipelines, event-driven architectures, र scale मा 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
