Open gastaldi opened 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).
Hi guys! Is there a chance you could consider implementing such a great functionality?
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).