Before installing and configuring Kafka, everyone should be aware of what is Kafka and why is it used. One might be wondering from where one can read and understand about the structure of Kafka. So, my previous post, What is Kafka and how it works?, will answer the above question. Before starting installation and configuration, I will recommend all to read my previous post. Continue reading
Kafka Topics and logs
What is Kafka and how it works?
Big Data is leading today’s industry and streaming that data in real time is very important and today’s need. Kafka is one of the stream line processor which can be used to stream big data in real time. So, now, let’s discuss what actually Kafka is and how it works.
Kafka is a distributed streaming platform having three capabilities:
- Publish and subscribe to streams of records, similar to a message queue.
- Store streams of records in a fault-tolerant durable way.
- Process streams of records as they occur.