The document discusses Akka Typed Actors and Akka Streams. It provides an example of a typed actor implementation of a burglar alarm system and how it can be distributed across multiple nodes in an Akka cluster. It also discusses how Akka Streams allows data to flow asynchronously between nodes over a network using concepts like sources, sinks and flows and how stream references allow streams to connect across actor systems.
Related topics: