I know that http requests called in scatter gather are independent of each other. But what if all the endpoints are the same in the scatter-gather. Does the end-points also work independently??
In my Project I need to call the same endpoint more than once, yes I can pass the overall value as payload by calling only one time. But the system-layer is made to be generic and is not in my hands. Can I use scatter-gather for this multiple call of same endpoints?