#1424 - RemoteSupport is now instantiated from the config, so now anyone can write their own Akka transport layer for remote actors
This commit is contained in:
parent
b2ecad1327
commit
95791ce4c5
7 changed files with 17 additions and 11 deletions
|
|
@ -12,7 +12,7 @@ class RemoteConfigSpec extends AkkaSpec("akka.cluster.nodename = node1") {
|
|||
import config._
|
||||
|
||||
//akka.remote
|
||||
getString("akka.remote.transport") must equal("akka.cluster.netty.NettyRemoteSupport")
|
||||
getString("akka.remote.transport") must equal("akka.remote.netty.NettyRemoteSupport")
|
||||
getString("akka.remote.secure-cookie") must equal("")
|
||||
getBoolean("akka.remote.use-passive-connections") must equal(true)
|
||||
// getMilliseconds("akka.remote.remote-daemon-ack-timeout") must equal(30 * 1000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue