-
-
Notifications
You must be signed in to change notification settings - Fork 675
Open
Labels
enhancementNew feature or requestNew feature or requestinterceptorsPull requests or issues related to Dispatcher InterceptorsPull requests or issues related to Dispatcher Interceptors
Description
This would solve...
Performance and robustness issues associated with fetching the same HTTP resource in parallel in several places across a codebase.
The implementation should look like...
Using an interceptor, keep an internal record of pending requests, if an identical request is already pending re-use the response across the multiple pending requests
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinterceptorsPull requests or issues related to Dispatcher InterceptorsPull requests or issues related to Dispatcher Interceptors