Add clarification to doc on cluster cross boundary use of DeathWatch (#27385)

* Add clarification to doc on cluster cross boundary use of DeathWatch #27376

* Clarrified reasoning and behavior update, and updated warning config name to same convention.
This commit is contained in:
Helena Edelson 2019-07-25 05:12:57 -07:00 committed by Arnout Engelen
parent 625eb7b913
commit 96abaf2168
35 changed files with 53 additions and 45 deletions

View file

@ -23,7 +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
akka.remote.use-unsafe-remote-features-outside-cluster = on
""") with ImplicitSender {
import RemoteDeploymentDocSpec._