You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reactor-framework
Hello,
Let's say I have a Spring application which is running a flux. This flux involve an asynchronous step (eg. an http request). Each response is processed and stored in a DB.
I wonder what happens if the application which is running this flux is shutting down. Does reactor waits (or is able to wait) for ongoing flux to finish (at least the finishable one) ?