-
Bug
-
Resolution: Done
-
Blocker
-
1.35.0
-
False
-
-
False
-
-
It was detected that the jobs service has a negative health check when starting:
"name": "Kafka connection health check",
"status": "DOWN",
"data": {
"reason": "Failed to create new KafkaAdminClient"
This didn't happen before, and it looks like the property
quarkus.smallrye-health.check."io.quarkus.kafka.client.health.KafkaHealthCheck".enabled = false
is not being set anymore.
{
"status": "DOWN",
"checks": [
,
{
"name": "Database connections health check",
"status": "UP",
"data":
},
{
"name": "Kafka connection health check",
"status": "DOWN",
"data":
},
{ "name": "SmallRye Reactive Messaging - readiness check", "status": "UP" },
{ "name": "SmallRye Reactive Messaging - startup check", "status": "UP" }]