Class PartitionLeaderAwarenessHealthIndicator

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

public class PartitionLeaderAwarenessHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
Health indicator that signals whether the gateway is aware of partition leaders in the cluster. If the gateway is not aware of any partition leaders, it cannot relay any requests
  • Constructor Details

  • Method Details

    • health

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