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