What is Apache Kafka?
1. What is Kafka?
• Kafka is an open-source, high performance and distributed platform for streaming data from one point to another.
• It acts as a message queue for streaming massive amounts of data.
2. How does it work?
• It uses a producer-consum...
itsadityagupta.hashnode.dev3 min read