munda-zeebe.8.5.6.source-code.application-broker.properties Maven / Gradle / Ivy
# Broker specific Spring configuration
# You should configure broker specific Spring defaults here; things like the actuator endpoints and
# so on
# Disable default health information for the broker only to re-enable customized ones
management.endpoint.health.enabled=true
management.health.defaults.enabled=false
management.endpoint.health.cache.time-to-live=1s
management.endpoint.health.logging.slow-indicator-threshold=10s
management.endpoint.health.show-details=never
management.endpoint.health.show-components=never
# Enable if we ever implement a broker liveness health check
management.endpoint.health.probes.enabled=false
# Configure broker status indicator
management.endpoint.health.group.status.include=brokerStatus
management.endpoint.health.group.status.show-components=never
management.endpoint.health.group.status.show-details=never
# Configure readiness health check
management.health.readinessstate.enabled=true
management.endpoint.health.group.readiness.include=brokerReady
management.endpoint.health.group.readiness.show-components=never
management.endpoint.health.group.readiness.show-details=never
# Configure startup health check
management.endpoint.health.group.startup.include=brokerStartup
management.endpoint.health.group.startup.show-components=never
management.endpoint.health.group.startup.show-details=never