[
https://issues.apache.org/jira/browse/CAMEL-14564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036861#comment-17036861
]
Claus Ibsen commented on CAMEL-14564:
-------------------------------------
Its likely in the camel-k-runtime the problem is
You can trigger to start the endpoint before you use it, add
ServiceHelper.startService(webhook);
after this line
https://github.com/apache/camel-k-runtime/blob/master/camel-k-runtime-webhook/src/main/java/org/apache/camel/k/webhook/WebhookRoutePolicyFactory.java#L65
> Webhook endpoint may not be fully initialized when the route policy is applied
> ------------------------------------------------------------------------------
>
> Key: CAMEL-14564
> URL: https://issues.apache.org/jira/browse/CAMEL-14564
> Project: Camel
> Issue Type: Task
> Components: camel-webhook
> Reporter: Luca Burgazzoli
> Priority: Major
> Fix For: 3.1.0
>
>
> The WebHookRoutePolicy is triggered when a route is initialized but the
> underlying web-hook endpoint may not be fully initialized
> See https://github.com/apache/camel-k-runtime/issues/236
--
This message was sent by Atlassian Jira
(v8.3.4#803005)