The number of total nodes should not influence the round trip times for ProxiedResource-based resources dramatically.
Current Behavior
As the ProxiedResource calls other nodes non-parallely and synchronously, having a larger number of nodes increases the round trip time for each request.
Possible Solution
Do calls in parallel.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The number of total nodes should not influence the round trip times for
ProxiedResource
-based resources dramatically.Current Behavior
As the
ProxiedResource
calls other nodes non-parallely and synchronously, having a larger number of nodes increases the round trip time for each request.Possible Solution
Do calls in parallel.
The text was updated successfully, but these errors were encountered: