envoyproxy/envoy

CacheFilter: Handle slow cache insertion

Open

#10 022 ouverte le 12 févr. 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/cachehelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

CacheFilter currently assumes that caches can accept inserts much faster than clients can accept responses. This should be true for reasonable deployments, but CacheFilter should handle caches that are too slow to accept inserts. If a cache is slow enough, insertion should be abandoned.

Guide contributeur