Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18383

camel-platform-http-vertx: Add option to run route processing on IO threads

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 4.x
    • None
    • Unknown

    Description

      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.

      Attachments

        Activity

          People

            jamesnetherton James Netherton
            jamesnetherton James Netherton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: