EclipseFdn/marketplace-rest-api

Consider migrating to distributed memory cache

Open

#19 opened on Oct 8, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (8 forks)auto 404
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.

Contributor guide