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

camel-netty-http - Should use orderedThreadPoolExecutor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.12.1
    • 2.12.2, 2.13.0
    • camel-netty-http
    • None
    • Unknown

    Description

      Just as regular camel-netty uses this option by default, we should do the same for camel-netty-http.

      This allows netty worker threads to not process the message in the Camel routes but offload that to the OrderedMemoryAwareThreadPoolExecutor thread pool, which also ensures events from the same channel is executed in order.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: