Apache Kafka என்பது ஒரு விநியோகிக்கப்பட்ட event streaming platform — அதிக throughput, நீடித்த system for publishing, storing, மற்றும் streams of events (records) processing. இது messaging, real-time data pipelines, event-driven architectures, மற்றும் stream processing-க்கு scale-ல் பயன்படுத்தப்படுகிறது.
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
