]
Tristan Tarrant updated ISPN-9301:
----------------------------------
Status: Open (was: New)
Add read timeout configuration to the Spring Cache provider
-----------------------------------------------------------
Key: ISPN-9301
URL:
https://issues.jboss.org/browse/ISPN-9301
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod, Spring Integration
Affects Versions: 9.2.4.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
The Spring Cache provider has no distinction between sync and async calls. In a cache
scenario with fail-fast semantics it is desirable to fail a read operation when it
doesn't complete within a specified timeout.
We should add a configuration property which implements this