Hello,
We have a Saga that does a command that takes several seconds to complete. We have to wait for the result to define the next step in the Saga and we send the command with sendAndWait.
This means that the Saga overal performance is very poor.
Is it possible to configure a Saga to have a multi threaded/segment event listener or another way to overcome a sendAndWait?
Kind regards,
Koen