Skip to content

Instantly share code, notes, and snippets.

@privateblue
Created November 26, 2013 10:51
Show Gist options
  • Save privateblue/7656492 to your computer and use it in GitHub Desktop.
Save privateblue/7656492 to your computer and use it in GitHub Desktop.
akka {
worker-dispatcher {
type = BalancingDispatcher
}
actor.deployment {
"/my-read-pool/*" {
dispatcher = akka.worker-dispatcher
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment