I have a web app and I want to expose an endpoint to download a report offline.
The report will be accessed not so often.
I have in mind to code it using multithreading using CompletableFuture in spring or without it.
Which one would be the wise choice; with or without?
Wanted to get peoples input.
New contributor
AAP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.