Hazelcast is a unified real-time data platform combining stream processing with a fast data store, allowing customers to act instantly on data-in-motion for real-time insights.
Current implementation is missing the implementation of retreive function in Spring Cache
This leads to the following error :
java.lang.UnsupportedOperationException: com.hazelcast.spring.cache.HazelcastCache does not support CompletableFuture-based retrieval
at org.springframework.cache.Cache.retrieve(Cache.java:142)
Current implementation is missing the implementation of retreive function in Spring Cache
This leads to the following error :