Hey Guys, Suppose I have an Akka application which always keeps the state of all the actors in memory and commands are flowing through which are modifying the state of the Actors constantly and I want to upgrade my application code to a newer version. How do I do that without any downtime ?
The problem I see if I fire up another machine (Machine_B) with newer version of the application, I will have to wait for the all the state of all the Actors to be initialized which might take time and while the new application is load, older Machine_A's application would've already processed more commands which might have modified the state of the Actors. What are the best practices to solve this problem ? -- >>>>>>>>>> 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
