[MODAES-14] Move from CompletableFutures to Vert.x Promises Created: 30/Oct/20 Updated: 03/Nov/20 Resolved: 03/Nov/20 |
|
| Status: | Closed |
| Project: | ARCHIVED: mod-aes |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 0.0.3 |
| Type: | Story | Priority: | TBD |
| Reporter: | Matt Reno | Assignee: | Matt Reno |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | |
| Development Team: | None |
| Description |
|
We should be able to switch from CompletableFuture to Promise pretty easily. The main reason is to allow Vert.x to manage the threads, which Promise will do. Whereas, CompletableFuture will create threads on the fork/join pool which Vert.x has no control. |