Affects Version(s): 5.3
Scatter Gather is blocking on thread waiting for response at gatherResultChannel.receive() as this is blocking call.
Is there any alternative option to avoid waiting for response like this, instead subscribe to the response from some subscribable channel or any other alternative(not able to think of a solution) so this will work perfectly fine without holding up on threads.
I have been looking out for solutions but couldn't find any perfect one.