Dear Experts ,
Could you please help me with a right design choice for the following scenario.
Use case : 1000's of Network device are controlled by a network .
--
>>>>>>>>>> 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 akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/6tWitvQD5sA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to akka-user+...@googlegroups.com.
Thank You .
So in case 1 , you are recommending the child to send a message to controller when it gets a leave message .
The map(IP->actor) is maintained by controller .Controller will remove the child from map and kill the child ?
Since controller is processing messages one by one there will not be any inconsistency ?