Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.10
-
None
-
None
-
Docs Required, Release Notes Required
Description
It's needed to add thin client support to Ignite Spring Cache integration.
To properly implement synchronous mode for Spring Cache manager, a lock that guarantees synchronous value calculation for each cache key must be acquired on the Ignite side in a distributed fashion.
As of now, we have no support for distributed locks for the thin client. So it's proposed to leave Spring Cache synchronous mode unsupported if a thin client is used to connecting to the Ignite cluster.