Uploaded image for project: 'Serverless logic'
  1. Serverless logic
  2. SRVLOGIC-488

Jobs service operator managed deployment is missing the property to disable the kafka-client health checks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 1.35.0
    • 1.35.0
    • Cloud:Operator
    • False
    • Hide

      None

      Show
      None
    • 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": "SmallRye Reactive Messaging - liveness check", "status": "UP" }

      ,
      {
      "name": "Database connections health check",
      "status": "UP",
      "data":

      { "<default>": "UP" }

      },
      {
      "name": "Kafka connection health check",
      "status": "DOWN",
      "data":

      { "reason": "Failed to create new KafkaAdminClient" }

      },

      { "name": "SmallRye Reactive Messaging - readiness check", "status": "UP" }

      ,

      { "name": "SmallRye Reactive Messaging - startup check", "status": "UP" }

      ]
       
       
       

              wmedvede@redhat.com Walter Medvedeo
              wmedvede@redhat.com Walter Medvedeo
              Jakub Schwan Jakub Schwan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: