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

camel-vertx-websocket: Consumer should avoid blocking the Vert.x event loop

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      There's the potential to block the Vert.x event loop if route processing coming after the vertx-websocket consumer does blocking operations. E.g like:

      from("vertx-websocket:localhost:8080/slow")
          .delay(5000).syncDelayed()
          .to("mock:result");
      

      We should do like what happens with camel-platform-http-vertx and wrap the exchange processing in a Vert.x blocking handler.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: