Thanks, let me digest this. :-).
On Tue, Nov 1, 2016 at 3:48 PM, Rafał Krzewski <[email protected]> wrote: > W dniu wtorek, 1 listopada 2016 23:38:22 UTC+1 użytkownik Harinath > Mallepally napisał: >> >> Thanks for the response, >> >> another question: >> How will I know that message is not delivered to the actor? >> >> You will not. You may know that the message WAS delivered if the > recipient sends back a reply. That's one of core principles of Akka: > http://doc.akka.io/docs/akka/2.4/general/message-delivery-reliability.html > It may sound strange, but there's a deep meaning to it: it prevents you > from falling for https://en.wikipedia.org/wiki/Fallacies_of_distributed_ > computing > > cheers, > Rafał > > -- > >>>>>>>>>> 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 a topic in the > Google Groups "Akka User List" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/akka-user/_nOT9QbkcbA/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- >>>>>>>>>> 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.
