Skip to content

Commit

Permalink
Documents how to disable or replace the default cluster health check (#…
Browse files Browse the repository at this point in the history
…475)

* Documents how to disable or replace the default cluster health check

* Update cluster-http/src/main/resources/reference.conf
  • Loading branch information
ignasi35 authored and patriknw committed Feb 22, 2019
1 parent fe20d4e commit 3fc2d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster-http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ akka.management {
akka.management {
health-checks {
readiness-checks {
# Default health check for cluster. Overwrite the setting to replace it with
# your implementation or set it to "" (empty string) to disable this check.
cluster-membership = "akka.management.cluster.scaladsl.ClusterMembershipCheck"
}
}
Expand Down

0 comments on commit 3fc2d6f

Please sign in to comment.