Apache Kafka हा एक वितरित event streaming platform आहे — एक उच्च-throughput, टिकाऊ प्रणाली जी events (records) च्या stream प्रकाशित करणे, संचयित करणे आणि प्रक्रिया करणे यासाठी आहे. हे 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
