Interface KafkaStreamsBuildTimeConfig
@ConfigMapping(prefix="quarkus.kafka-streams")
@ConfigRoot(phase=BUILD_TIME)
public interface KafkaStreamsBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether a health check is published in case the smallrye-health extension is present (defaults to true).
-
Method Details
-
healthEnabled
@WithName("health.enabled") @WithDefault("true") boolean healthEnabled()Whether a health check is published in case the smallrye-health extension is present (defaults to true).
-