Class ClusterAwarenessHealthIndicator

java.lang.Object
io.camunda.zeebe.gateway.impl.probes.health.ClusterAwarenessHealthIndicator
All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

public class ClusterAwarenessHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
Health indicator that signals whether the gateway is aware of any nodes in the cluster. If the gateway is not aware of any nodes this indicates a potential network topology problem
  • Constructor Details

  • Method Details

    • health

      public org.springframework.boot.actuate.health.Health health()
      Specified by:
      health in interface org.springframework.boot.actuate.health.HealthIndicator