davsclaus commented on issue #2056: URL: https://github.com/apache/camel-kamelets/issues/2056#issuecomment-2126412074
This is the wrong way to look at this. The kamelet you point to is using a timer to call a http endpoint. That can always fail, and the way to look at this is to consider if the kamelet can be improved instead. In this case the kamelet is using a timer, which is too basic. If you change it to use `scheduler` instead then this component has built-in support for not reporting READY until the first success message on startup. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
