squakez commented on issue #5241:
URL: https://github.com/apache/camel-k/issues/5241#issuecomment-2039574026

   @lburgazzoli I think this can intersect with the work I'm about to retake of 
https://github.com/apache/camel-k/pull/5096. Right now, using as an example 
reference the Quarkus runtime, the service is returning the following result:
   ```
                          {
                            "status": "DOWN",
                            "checks": [ {
                              "name": "camel-routes",
                              "status": "DOWN",
                              "data": {
                                "route.id": "route1",
                                "route.status": "Stopped",
                                "check.kind": "READINESS"
                              }
                            }]
                          }
   ```
   Do you think can be this enough to start some development which may 
eventually be enhanced with any future work on Camel core?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to