Skip to content

Instantly share code, notes, and snippets.

@ryantanner
Last active December 26, 2015 05:39
Show Gist options
  • Select an option

  • Save ryantanner/7102575 to your computer and use it in GitHub Desktop.

Select an option

Save ryantanner/7102575 to your computer and use it in GitHub Desktop.
akka.actor.deployment {
/analytics/leader {
router = round-robin
nr-of-instances = 100
cluster {
enabled = on
max-nr-of-instances-per-node = 3
allow-local-routees = off
use-role = analytics
}
}
akka.actor.deployment {
/analytics/leader {
router = round-robin
nr-of-instances = 100
cluster {
enabled = on
max-nr-of-instances-per-node = 3
allow-local-routees = on
use-role = analytics
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment