Kinotic-Foundation / structures

Structures is an open-source framework for data storage and retrieval, supporting schema evolution, data management, and providing a user-friendly GUI and OpenAPI interface.
https://kinotic-foundation.github.io/structures/
Other
2 stars 1 forks source link

Make sure all caches are evicted across cluster. #8

Open NavidMitchell opened 1 year ago

NavidMitchell commented 1 year ago

Currently the cache eviction logic in the DefaultCacheEvictionService is not cluster aware. This will not work properly in multi node deployments.