Caching layer for different microservices
问题 We have different microservices which makes duplicate calls to internal and external services. We need to cache these calls between services to improve latency. We are thinking of introducing an API gateway whose major aim would be caching the data between services. Some other objectives are - i) Would be calling different micro-services to aggregate their response. ii) Would also be avoiding multiple calls to external services across micro services. iii) Would be taking care of cache miss &