Skip to content

Commit

Permalink
Added tail-chopping routers, removed non-existing balancing-pool rout…
Browse files Browse the repository at this point in the history
…er. (#3341)
  • Loading branch information
sbacquet authored and marcpiechura committed Mar 5, 2018
1 parent a9f1166 commit c954b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/Akka/Configuration/Pigeon.conf
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,15 @@ akka {
round-robin-group = "Akka.Routing.RoundRobinGroup"
random-pool = "Akka.Routing.RandomPool"
random-group = "Akka.Routing.RandomGroup"
balancing-pool = "Akka.Routing.BalancingPool"
smallest-mailbox-pool = "Akka.Routing.SmallestMailboxPool"
broadcast-pool = "Akka.Routing.BroadcastPool"
broadcast-group = "Akka.Routing.BroadcastGroup"
scatter-gather-pool = "Akka.Routing.ScatterGatherFirstCompletedPool"
scatter-gather-group = "Akka.Routing.ScatterGatherFirstCompletedGroup"
consistent-hashing-pool = "Akka.Routing.ConsistentHashingPool"
consistent-hashing-group = "Akka.Routing.ConsistentHashingGroup"
tail-chopping-pool = "Akka.Routing.TailChoppingPool"
tail-chopping-group = "Akka.Routing.TailChoppingGroup"
}

deployment {
Expand Down

0 comments on commit c954b79

Please sign in to comment.