Skip to content

Commit

Permalink
Fix config path for exit-jvm setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Tomanski authored and jchapuis committed Mar 8, 2024
1 parent 779058e commit 2988776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akka-runtime/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ akka {
"endless.runtime.akka.data.Reply" = akka-persistence-tagless-reply
}
}
akka.coordinated-shutdown.exit-jvm = on // ensure the JVM exits when the cluster decides to remove the node after a SBR decision
coordinated-shutdown.exit-jvm = on // ensure the JVM exits when the cluster decides to remove the node after a SBR decision
}
2 changes: 1 addition & 1 deletion pekko-runtime/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pekko {
"endless.runtime.pekko.data.Reply" = pekko-persistence-tagless-reply
}
}
pekko.coordinated-shutdown.exit-jvm = on // ensure the JVM exits when the cluster decides to remove the node after a SBR decision
coordinated-shutdown.exit-jvm = on // ensure the JVM exits when the cluster decides to remove the node after a SBR decision
}

0 comments on commit 2988776

Please sign in to comment.