Thus far, we’ve focused on creating actors and working with the ActorSystem. To create an application that can be run and is ready for deployment, you need to bundle several other things with it. First this chapter dives into how Akka supports configuration. Then we look at logging, including how you can use your own logging framework. Finally, we go through a deployment example.
Note
The source code for this chapter is available at www.manning.com/books/akka-in-action-second-edition or https://github.com/franciscolo pezsancho/akka-topics/tree/main/chapter07. You can find the contents of any snippet or listing in the .scala file with the same name as the class, object, or trait.