Skip to content

Instantly share code, notes, and snippets.

View gordey4doronin's full-sized avatar

Gordey Doronin gordey4doronin

  • GitHub Staff
  • Munich, Germany
  • 18:02 (UTC +02:00)
View GitHub Profile
@d-smith
d-smith / application-conf-sample.txt
Created August 29, 2014 16:23
Wildcard in akka actor path configuration
actor {
deployment {
/fault-response-actor {
router = round-robin
nr-of-instances = 5
}
/add-note-request-actor {
router = round-robin
nr-of-instances = 5