Project

General

Profile

Task #2024

Updated by Radek Tomiška over 4 years ago

We want to add support for run CzechIdM in cluster. We need to choose and configure distributed cache implementation for spring cache manager abstraction: 
 https://docs.spring.io/spring/docs/current/spring-framework-reference/integration.html#cache-store-configuration 

 Base requirement: 
 - more CzechIdM application instances will run on the one database 
 - when some cached entry is changed in one instance, then the second cache has to be synchronized (replicated) 

 Frontend agenda will be reused, cache entry size can be added, if it will available. 

Back