skipper icon indicating copy to clipboard operation
skipper copied to clipboard

group cache

Open szuecs opened this issue 6 years ago • 2 comments

Skipper fleet should be able to serve a groupcache, that would enable one of the missing API gateway

https://tools.ietf.org/html/rfc7234

TBD

szuecs avatar Apr 19 '18 07:04 szuecs

i was working on this project: https://github.com/aryszka/forget with skipper group cache in mind. The missing point was the swarm communication to maintain a hashring of the skipper instances. The nice thing about Forget is that it supports streaming even while a cache entry is being filled.

aryszka avatar Apr 20 '18 16:04 aryszka

Other interesting project https://github.com/pomerium/autocache It uses hashicorps memberlist

szuecs avatar Jan 12 '22 15:01 szuecs