Problemunvalidated

the http method in the controller was returning the reactive method's output directly — This made the http response sync awaiting the reactor response and cancelling it upon http timeout. Outcome: The issue was resolved by invoking the reactor and subscribing to it from the controller and returning a dummy http success response.

9c9ec194-6148-46c5-9d6d-6e80dc46d28c

the http method in the controller was returning the reactive method's output directly — This made the http response sync awaiting the reactor response and cancelling it upon http timeout. Outcome: The issue was resolved by invoking the reactor and subscribing to it from the controller and returning a dummy http success response.