Class KafkaConfigGroup
- java.lang.Object
-
- io.quarkus.micrometer.runtime.config.KafkaConfigGroup
-
- All Implemented Interfaces:
MicrometerConfig.CapabilityEnabled
public class KafkaConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
Build / static runtime config for Kafka Binders
-
-
Constructor Summary
Constructors Constructor Description KafkaConfigGroup()
-
-
-
Field Detail
-
enabled
@ConfigItem public Optional<Boolean> enabled
Kafka metrics support.Support for Kafka metrics will be enabled if Micrometer support is enabled, the Kafka Consumer or Producer interface is on the classpath and either this value is true, or this value is unset and
quarkus.micrometer.binder-enabled-defaultis true.
-
-
Method Detail
-
getEnabled
public Optional<Boolean> getEnabled()
- Specified by:
getEnabledin interfaceMicrometerConfig.CapabilityEnabled
-
-