]
William Burns updated ISPN-5352:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Improve scalability of DSL based filters by using the
publish/subscribe feature of org.infinispan.objectfilter.Matcher
-----------------------------------------------------------------------------------------------------------------------
Key: ISPN-5352
URL:
https://issues.jboss.org/browse/ISPN-5352
Project: Infinispan
Issue Type: Bug
Components: Listeners
Affects Versions: 7.2.0.Beta2
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 7.2.0.Final
org.infinispan.objectfilter.Matcher is able to index multiple filters and use a
publish/subscribe model that is more efficient than using the
org.infinispan.objectfilter.ObjectFilter which would execute each filter serially.