All Downloads are FREE. Search and download functionalities are using the official Maven repository.

munda-zeebe.8.6.0.source-code.application-broker.properties Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha1
Show newest version
# 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy