September 2016
Beginner
448 pages
14h 23m
English
In this chapter
Thus far, we’ve focused on creating actors and working with the actor system. To create an application that can actually be run, we’ll need several other things to be bundled with it before it’s ready for deployment. First, we’ll dive into how Akka supports configuration, and then we’ll look at logging, including how you can use your own logging framework. Last, we’ll go through a deployment example.
Akka uses the Typesafe Config Library, which sports a state-of-the-art set of capabilities. The typical features are there: ...
Read now
Unlock full access