mailgun/groupcache

Support batching multiple `Get()` requests in a single HTTP request

Opened this issue · 3 comments

This would work just like mailgun/gubernators PeerClient which would wait a few microseconds and batch requests together in a single request. This technique has dramatically improved throughput of gubernator, I imagine groupcache would also benefit. In production we have seen batch sizes of 1k in a single request when queueing for only 500 Microseconds.

Is this feature complete?

No this work was never done.

If I want to implement this feature, what issues should I pay attention to?