Skip to Content
Mastering Functional Programming
book

Mastering Functional Programming

by Anatolii Kmetiuk
August 2018
Intermediate to advanced
380 pages
10h 2m
English
Packt Publishing
Content preview from Mastering Functional Programming

Messaging guarantees

Akka is built to be deployed in clusters, over the network. This means that you have fewer delivery guarantees about the messages than when you are working on a single JVM application. If you are sending a message from an actor that resides in one computer to an actor on another side of the world, you cannot guarantee that this message will get delivered.

So, the actor model as implemented by Akka requires you to build your applications with no guarantees whatsoever about delivering the messages. Your application must be robust to the situations of the impossibility of message-delivery.

However, Akka provides you with a guarantee about the order in which messages from one actor to another get delivered. This means that ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Functional Programming

Learning Functional Programming

Jack Widman

Publisher Resources

ISBN: 9781788620796Supplemental Content