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

Latest commit

 

History

History
21 lines (12 loc) · 800 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 800 Bytes

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