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:
parent
625eb7b913
commit
96abaf2168
35 changed files with 53 additions and 45 deletions
|
|
@ -29,7 +29,7 @@ class ClusterWatcherNoClusterWatcheeConfig(val useUnsafe: Boolean, artery: Boole
|
|||
val remoting = role("remoting")
|
||||
|
||||
commonConfig(debugConfig(on = false).withFallback(ConfigFactory.parseString(s"""
|
||||
akka.remote.use-unsafe-remote-features-without-cluster = $useUnsafe
|
||||
akka.remote.use-unsafe-remote-features-outside-cluster = $useUnsafe
|
||||
akka.remote.log-remote-lifecycle-events = off
|
||||
akka.remote.artery.enabled = $artery
|
||||
akka.remote.artery.advanced.flight-recorder.enabled = off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue