EclipseFdn/marketplace-rest-api
View on GitHubConsider migrating to distributed memory cache
Open
#19 opened on Oct 8, 2019
architecturehelp wanted
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, caching is done by a Guava in-memory cache that lives within the JVM. As the end goal of this microservice is to be cloud-native using k8s, a distributed caching service like Redis may be more appropriate than Guava for the use case.