Package io.quarkus.kafka.client.health
Class KafkaHealthCheck
java.lang.Object
io.quarkus.kafka.client.health.KafkaHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness
@ApplicationScoped
public class KafkaHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
kafkaAdminClient
KafkaAdminClient kafkaAdminClient
-
-
Constructor Details
-
KafkaHealthCheck
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
call
in interfaceorg.eclipse.microprofile.health.HealthCheck
-