Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

gmarziou/gateway-ribbon-cache

Repository files navigation

Gateway caching

Caching implemented with 2 Zuul filters:

Cache name uses service id.

We should take into account whether the response is gzipped.

Define an API to manage caches

Maybe on top of gateway routes.

  • GET /api/gateway/routes/[serviceId}/cache returns cache information (# elements, hits, configuration, ...) if any
  • POST /api/gateway/routes/{serviceId}/cache/clear clears cache

Add tests and look at closing connections

spring-cloud/spring-cloud-netflix#1196

About

WIP: implementation of a cache for Zuul

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published