]
Tristan Tarrant updated ISPN-10457:
-----------------------------------
Sprint: DataGrid Sprint #42
Convert bulk blocking stream operations to publisher
----------------------------------------------------
Key: ISPN-10457
URL:
https://issues.redhat.com/browse/ISPN-10457
Project: Infinispan
Issue Type: Enhancement
Reporter: Will Burns
Priority: Major
Fix For: 11.0.0.Dev04
We now have the non blocking DistributedPublisher for single response values. We should
use this or some other public API instead of the blocking bulk operations. For example
size method is blocking and we should use the appropriate one instead. Methods using
iteration over entrySet or keySet cannot yet be converted unfortunately.