jrushford opened a new pull request #7897: URL: https://github.com/apache/trafficserver/pull/7897
Adds a new peering consistent hash ring mode to next hop strategies. This lets you build an edge group of caches that share their cache. When a request comes to a cache, that caches peers are checked using consistent hash for the requested object. If the peer does not have the object in it's cache, it will request the object from an upstream parent or origin. In the case where a request caches to the host itself, the request is forwarded to the upstream parent or origin. A new configuration parameter to the next hop strategies.yaml. allows you to disable caching when a requested object is fetched from a peer in the cache group or pod. This allows for cache sharing among hosts at the edge. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
