Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
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:
And instead run the AsyncProcessor as per normal on an IO thread.