]
Work on ISPN-7865 started by William Burns.
-------------------------------------------
Distributed Stream thread usage for key aware operations can be
improved
------------------------------------------------------------------------
Key: ISPN-7865
URL:
https://issues.jboss.org/browse/ISPN-7865
Project: Infinispan
Issue Type: Enhancement
Components: Core, Distributed Execution and Map/Reduce
Reporter: William Burns
Assignee: William Burns
Currently iterator will block a thread on the remote server when it is trying to send
back a response. It would be better if we used full async API to instead request blocks of
values as the iterator consumes them. We should make sure we always maintain a distributed
batch size worth.