Class KafkaStreamsBuildTimeConfig
java.lang.Object
io.quarkus.kafka.streams.deployment.KafkaStreamsBuildTimeConfig
@ConfigRoot(name="kafka-streams",
phase=BUILD_TIME)
public class KafkaStreamsBuildTimeConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether a health check is published in case the smallrye-health extension is present (defaults to true). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
healthEnabled
@ConfigItem(name="health.enabled", defaultValue="true") public boolean healthEnabledWhether a health check is published in case the smallrye-health extension is present (defaults to true).
-
-
Constructor Details
-
KafkaStreamsBuildTimeConfig
public KafkaStreamsBuildTimeConfig()
-