]
Will Burns updated ISPN-9813:
-----------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Convert DistributedStreams to use Distributed Publisher for single
response
---------------------------------------------------------------------------
Key: ISPN-9813
URL:
https://issues.jboss.org/browse/ISPN-9813
Project: Infinispan
Issue Type: Sub-task
Components: Publisher, Streams
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Final
After ISPN-9811 is complete, we should be able to easily convert the existing
DistributedCacheStream and friends to Publisher instead. This JIRA is to handle the
terminal operations that return a single result (ie. Stream#count, Stream#collect,
Stream#toArray, Stream#min, Stream#findAny etc.)