Skip to content

Instantly share code, notes, and snippets.

@patriknw
Created February 17, 2013 09:43
Show Gist options
  • Save patriknw/4970797 to your computer and use it in GitHub Desktop.
Save patriknw/4970797 to your computer and use it in GitHub Desktop.
Spotlight adaptive router config
akka.actor.deployment {
/factorialFrontend/factorialBackendRouter = {
router = adaptive
# metrics-selector = heap
# metrics-selector = load
# metrics-selector = cpu
metrics-selector = mix
nr-of-instances = 100
cluster {
enabled = on
routees-path = "/user/factorialBackend"
allow-local-routees = off
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment