Details
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
- links to