Investigate Dual Shipping's sequential behavior #296
Labels
area/components
Sources, transforms, and destinations.
destination/datadog-metrics
Datadog Metrics destination.
type/chore
Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
Context
With the current dual shipping implementation in #292 , we clone the original request for each additional endpoint and fire them off sequentially.
We should consider if this behavior is needed if we optimized with parallelism with one client per resolver/API key pair.
We should also investigate if sending the requests sequentially matter, and what happens if one particular request fails.
The text was updated successfully, but these errors were encountered: