Q&A
Ask and answer questions to make information more available to wider audiences.
Terrance Chase @chaseterrance   11, Jul 2023 12:00 AM
difference between Kafka messaging system and other messaging framework
How is the Kafka messaging system different from other messaging framework?
answers 3
 
Answer 1
Vanessa Lucas @lucasvanessa8   13, Jul 2023 05:12 PM
 Design on public-subscribe model.

 Kafka cab support both Java and Scala.

 Kafka was originated at LinkedIn and later became an open sourced Apache project in 2011

 Work seamlessly with spark and other big data technology.

 Support cluster mode operation

 Kafka messaging system can be use for web service architecture or big data architecture. 

 Kafka ease to code and configure as compare to other messaging framework.


      Kafka required other component such as the zookeeper to create a cluster and act as a coordination server

 
Answer 2
Corey Aniston @anistoncorey   13, Jul 2023 04:11 PM
 Kafka is a messaging system, which has provided fault tolerant capability to prevent the message loss.
 
Answer 3
Corey Aniston @anistoncorey   13, Jul 2023 04:01 PM
Kafka is a messaging framework developed by apache foundation, which is to create the messaging system along with can provide fault tolerant cluster along with the low latency system, to ensure end to end delivery.