quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.8k stars 2.68k forks source link

Support "fire-and-forget" with Context Propagation #11443

Open gastaldi opened 4 years ago

gastaldi commented 4 years ago

This is a follow-up to the issue observed in https://github.com/quarkusio/quarkus/issues/11394.

It would be nice to be able to run some task asynchronously, but finish the HTTP response synchronously (or, slightly more generally, finish the HTTP response sooner than all the spawned tasks finish).

OleKsimov commented 2 years ago

Hi guys! Is there a chance you could consider implementing such a great functionality?