Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
-
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