Search code examples
scalaakkaactordispatcher

Changing the default dispatcher configuration for all actors in an Akka ActorSystem


Is there way to change the default dispatchers config values for all actors in an Actor system ?


Solution

  • You can override the settings for default dispatcher in your application.conf. The available settings are in https://github.com/akka/akka/blob/master/akka-actor/src/main/resources/reference.conf (Line 253 onwards).