arturobernalg opened a new pull request, #781:
URL: https://github.com/apache/httpcomponents-client/pull/781

   This change adds an optional request collapsing mechanism to the async 
caching executor to prevent multiple concurrent requests from fetching the same 
cacheable resource on a cold miss. When enabled, a single leader request is 
allowed to proceed to the backend while followers wait and then re-check the 
cache once the leader completes. The feature is disabled by default and is 
covered by unit tests for the collapser and an integration-style test 
validating that backend requests are reduced to one under concurrency.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to