Hi, I am new to reactive applications / Akka, and currently don't have a good clear idea on use-cases I should consider Akka vs some other approach like MVC. I will really appreciate if you could differentiate when to use MVC vs when to use Akka:
*Question:* 1. Could you discuss a use-case or example which could show when we should use an MVC framework vs when should we use Akka for developing a microservice? If we choose Akka, what are the advantages? *Further arguments:* I would argue applications developed using MVC framework like Spring are also fault-tolerant, for example in applications we can catch exceptions, and have connection pools to handle bottle-necks. Hence, if you get 100 requests/s rather then 5 requests, the web server will launch more threads and it will still process multiple requests at the same time. Hence why should I use Akka then? Thanks Obaid -- ***************************************************************************************************** ** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon. ** This group will soon be put into read-only mode, and replaced by discuss.akka.io ** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced ***************************************************************************************************** >>>>>>>>>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/akka-user/91e31d31-c00a-4f6e-a216-ec5f28b607ad%40googlegroups.com.
