Prototype of cluster aware routers, see #2103
* Several FIXME that needs to be discussed * ClusterRouterConfig created via ClusterActorRefProvider
This commit is contained in:
parent
f6079de381
commit
417bdc2dfb
12 changed files with 321 additions and 12 deletions
|
|
@ -44,6 +44,7 @@ object LargeClusterMultiJvmSpec extends MultiNodeConfig {
|
|||
publish-stats-interval = 0 s # always, when it happens
|
||||
}
|
||||
akka.loglevel = INFO
|
||||
akka.actor.provider = akka.cluster.ClusterActorRefProvider
|
||||
akka.actor.default-dispatcher.fork-join-executor {
|
||||
# when using nodes-per-datacenter=10 we need some extra
|
||||
# threads to keep up with netty connect blocking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue