Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proposal: Cache-optimized routing (#314)
Goal: Route requests to take advantage of prefix caching. Proposal: Use hashing to define preferred backends for given requests. This avoids the need to keep track of the state of backend caches. Reference: https://research.google/blog/consistent-hashing-with-bounded-loads/
- Loading branch information