You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing a .to("rest:...") call, and because the target endpoint is a knative service, it takes some time for it to spin up. When that happens I get these thread blocked errors:
Sep 29, 2020 1:23:41 PM io.vertx.core.impl.BlockedThreadChecker
WARNING: Thread Thread[vert.x-eventloop-thread-0,5,main]=Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 10006 ms, time limit is 2000 ms
io.vertx.core.VertxException: Thread blocked
I'm using camel-k 1.1.0
The text was updated successfully, but these errors were encountered:
I'm doing a
.to("rest:...")
call, and because the target endpoint is a knative service, it takes some time for it to spin up. When that happens I get these thread blocked errors:I'm using camel-k
1.1.0
The text was updated successfully, but these errors were encountered: