mailgun / groupcache

Clone of golang/groupcache with TTL and Item Removal support
Apache License 2.0
495 stars 73 forks source link

README example doesn't demonstrate using HTTP Pool #20

Closed abatilo closed 3 years ago

abatilo commented 4 years ago

Could the example get updated to actually utilize the HTTP pool?

As it stands now, it doesn't seem like the pool is used at all, but perhaps I'm misunderstanding how this library works.

I'm just not sure how the group could be using the peers when the pool doesn't seem to be referenced anywhere.