java - Spring Zuul Gateway - with Spring Cache Redis -


is possible have spring zuul gateway project , can have caching on gateway , before routes microservices , checks same request on redis server , return cache data if finds entry on redis server ?

yes, can zuul. can use out of box nginx reverse-proxy caching. coul me faster , easier.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -