February 2018
Intermediate to advanced
552 pages
13h 46m
English
As we know, we can use one of the following two approaches to send messages between Akka Actors:
There are performance implications of using ask since something needs to keep track of when it times out, there needs to be something that bridges a Promise into an ActorRef and it also needs to be reachable through remoting. So always prefer tell for performance, and only ask if you must.
Read now
Unlock full access