Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.18.0
-
Component/s: camel-core
-
Labels:None
-
Patch Info:Patch Available
-
Estimated Complexity:Unknown
Description
Currently BeanProducer converts any async call into a sync call.
It leads to unnessesary locking & thread usage when using bean:* uris and routing to Async endpoints.
The workaround is to use bean( * ) instead of to("bean:*") as this way BeanProducer is not used and BeanProcessor is fully async.
Attachments
Issue Links
- links to