[
https://issues.apache.org/jira/browse/CAMEL-18383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-18383:
--------------------------------
Fix Version/s: 4.x
(was: 3.x)
> 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)