]
Work on ISPN-6306 started by William Burns.
-------------------------------------------
Distributed Streams should also be used for Replication Cache
-------------------------------------------------------------
Key: ISPN-6306
URL:
https://issues.jboss.org/browse/ISPN-6306
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Affects Versions: 8.2.0.CR1
Reporter: William Burns
Assignee: William Burns
Fix For: 8.2.0.Final, 9.0.0.Final
Currently Replication is treated as a local cache. However we should use Distributed
Stream by default. A user can force it to process locally in a Replcation cache by using
Flag.CACHE_MODE_LOCAL on an advanced cache.