hazelcast / hazelcast

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.
https://www.hazelcast.com
Other
6.16k stars 1.84k forks source link

Spring Cache : add support for reactive cache #26445

Open r1m opened 1 month ago

r1m commented 1 month ago

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)
r1m commented 1 month ago

Just saw this PR https://github.com/hazelcast/hazelcast/pull/26434