All Questions
1 question
6
votes
3
answers
7k
views
Implementing a caching microservice by avoiding potential bottlenecks
The system I am working on employs quite a sophisticated caching/preloading mechanism for external third-parties, and since it is built on a microservice architecture, I would like to extract the ...