| 1. |
Mention What Is The Difference Between Apache Kafka And Apache Storm? |
|
Answer» Apach Kafeka: It is a distributed and robust messaging SYSTEM that can handle HUGE amount of data and allows passage of messages from ONE end-point to ANOTHER. Apache Storm: It is a real time message processing system, and you can EDIT or manipulate data in real time. Apache storm pulls the data from Kafka and applies some required manipulation. Apach Kafeka: It is a distributed and robust messaging system that can handle huge amount of data and allows passage of messages from one end-point to another. Apache Storm: It is a real time message processing system, and you can edit or manipulate data in real time. Apache storm pulls the data from Kafka and applies some required manipulation. |
|