Details
-
Type:
New Feature
-
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
-
Flags:Patch
Description
Currently ProducerTemplate delegates to Sync engine even when async* methods are used.
This improvement:
- changes async methods to use async engine
- Provides Java 8 CompletableFuture instead of regular Future to the called
- Provides a way to invoke async engine without additional thread pool
Attachments
Issue Links
- links to