Hi <@UDVMV4NBU>! Just started looking at Micronaut...
# micronaut
d
Hi @Graeme! Just started looking at Micronaut, I was wondering if there's any way to have layered caches (Caffeine on top of Redis), or maybe some other way to solve the problem of multiple replicas of a microservice in k8s that need to have their cache synced... (the cache is pulled from the state of an s3 bucket, and each of those services can change that state -- but I don't want to evict the whole cache for all the replicas and have a bottleneck of all of them needing to rebuild their caches at the same time...).