Closed vishiitr closed 5 years ago
Right now All the sub request are executed sequential. I can not find a way by which I can execute all the sub request parallel and then combine there response for client. Can you please help out on this.
Yes, that is not supported. That would make it way more complicated, e.g. you need to buffer the batch request, parse all the data in advance etc.
Right now All the sub request are executed sequential. I can not find a way by which I can execute all the sub request parallel and then combine there response for client. Can you please help out on this.