]
Tristan Tarrant updated ISPN-9729:
----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
Continuous Query needs to be converted to non blocking
------------------------------------------------------
Key: ISPN-9729
URL:
https://issues.jboss.org/browse/ISPN-9729
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying, Listeners
Affects Versions: 9.4.1.Final
Reporter: Will Burns
Priority: Major
Fix For: 10.0.1.Final
The object filter which powers embedded continuous query interfaces currently are not
conducive to non blocking operations. Listeners will now support non blocking in
ISPN-9714.
Changing the API will allow us to not block the calling thread (such as hotrod worker,
user, remote and others).