DEV Community

Discussion on: Parallelization in Java

Collapse
 
rinky_05 profile image
Rinky Goyal @GraphQLConf • Edited

Thanks, both. Let me elaborate on the use case.
Let's say there are API calls being made sequentially but some time can be saved by making those in parallel.
What would best suit in this case?

While completeableFuture fits the purpose as well, I also wanted to start with reactive programming somewhere and this could be one of the places - but again don't want it to be an overkill for this particular use case.