You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As implemented in #416, the proxy simply routes requests to backends randomly. For a cache proxy, we will need to support some stateful request routing (consistent hashing across the backends). This will also require considerations to be made for fan-out for multi-key get requests for memcache protocol.
The text was updated successfully, but these errors were encountered:
As implemented in #416, the proxy simply routes requests to backends randomly. For a cache proxy, we will need to support some stateful request routing (consistent hashing across the backends). This will also require considerations to be made for fan-out for multi-key get requests for memcache protocol.
The text was updated successfully, but these errors were encountered: