From fb1c6ff253805943092af106fd97f5b2f66c02de Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Sat, 10 Oct 2020 13:05:34 +0200 Subject: [PATCH] exit-jvm config in docs (#29722) --- akka-docs/src/main/paradox/typed/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/cluster.md b/akka-docs/src/main/paradox/typed/cluster.md index 61b1423cac..f1251ccd9d 100644 --- a/akka-docs/src/main/paradox/typed/cluster.md +++ b/akka-docs/src/main/paradox/typed/cluster.md @@ -228,7 +228,7 @@ and a restart with new seed-nodes should be tried after unsuccessful attempts. ``` akka.cluster.shutdown-after-unsuccessful-join-seed-nodes = 20s -akka.coordinated-shutdown.terminate-actor-system = on +akka.coordinated-shutdown.exit-jvm = on ``` If you don't configure seed nodes or use one of the join seed node functions, you need to join the cluster manually