Disable remote watch and remote deployment outside Cluster (#27126)

This commit is contained in:
Helena Edelson 2019-06-21 05:15:36 -07:00 committed by Arnout Engelen
parent 8757e35b7e
commit 611e32de91
39 changed files with 1022 additions and 179 deletions

View file

@ -23,6 +23,7 @@ class RemoteDeploymentDocSpec extends AkkaSpec("""
akka.actor.provider = remote
akka.remote.classic.netty.tcp.port = 0
akka.remote.artery.canonical.port = 0
akka.remote.use-unsafe-remote-features-without-cluster = on
""") with ImplicitSender {
import RemoteDeploymentDocSpec._