You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "James Netherton (Jira)" <ji...@apache.org> on 2022/08/16 14:34:00 UTC

[jira] [Updated] (CAMEL-18383) camel-platform-http-vertx: Add option to run route processing on IO threads

     [ https://issues.apache.org/jira/browse/CAMEL-18383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Netherton updated CAMEL-18383:
------------------------------------
    Fix Version/s: 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: 3.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)