Class KafkaStreamsTopicsHealthCheck
- java.lang.Object
-
- io.quarkus.kafka.streams.runtime.health.KafkaStreamsTopicsHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @ApplicationScoped public class KafkaStreamsTopicsHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
-
-
Field Summary
Fields Modifier and Type Field Description protected KafkaStreamsTopologyManagermanagerprotected List<String>topics
-
Constructor Summary
Constructors Constructor Description KafkaStreamsTopicsHealthCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.health.HealthCheckResponsecall()voidinit()
-
-
-
Field Detail
-
manager
@Inject protected KafkaStreamsTopologyManager manager
-
-