Routers
Creating multiple instances of an actor
In the last two posts we’ve looked at dispatchers, how they work, and how we can implement bulkheads with dispatchers to ensure that damage from one part of the app doesn’t adversely affect the other. In this post we’ll…