munda-zeebe.8.6.0.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
# Please note: Configuration of the Readiness group must happen
# in the class "HealthConfigurationInitializer"
management.endpoint.health.cache.time-to-live=1s
management.endpoint.health.logging.slow-indicator-threshold=10s
# 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 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