In this chapter, we will cover the following recipes:
- Scheduling an operation at a specified interval
- Scheduling an actor's operation at a specified interval
- Canceling a scheduled operation of the actor
- Creating a circuit breaker to avoid cascading failure
- How to introduce logging with actors
- Writing unit test for actors
- Packaging and deploying the Akka standalone application
- Packaging and deploying Akka application inside a Docker container
- Configurating Akka applications