[ https://issues.apache.org/jira/browse/CAMEL-18383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847655#comment-17847655 ]
Claus Ibsen commented on CAMEL-18383: ------------------------------------- Hmm I wonder if you want to do this per route, as setting this globally only would be to coarse grained from platform-http:foo?blocking=false from platform-http:bar > camel-platform-http-vertx: Add option to run route processing on IO threads > --------------------------------------------------------------------------- > > Key: CAMEL-18383 > URL: https://issues.apache.org/jira/browse/CAMEL-18383 > Project: Camel > Issue Type: Improvement > Components: camel-platform-http-vertx > Reporter: James Netherton > Assignee: James Netherton > Priority: Major > Fix For: 4.x > > > Some more information in this issue: > https://github.com/apache/camel-quarkus/issues/3888 > There may be cases where you are not going to block the Vert.x event loop in > the Camel routing. Therefore, it may be desirable to not do this 'execute > blocking' logic: > https://github.com/apache/camel/blob/main/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpConsumer.java#L168-L221 > And instead run the AsyncProcessor as per normal on an IO thread. -- This message was sent by Atlassian Jira (v8.20.10#820010)