Support batching multiple `Get()` requests in a single HTTP request
Opened this issue · 3 comments
thrawn01 commented
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.
haifeiWu commented
Is this feature complete?
thrawn01 commented
No this work was never done.
haifeiWu commented
If I want to implement this feature, what issues should I pay attention to?