]
Ryan Emerson resolved ISPN-9721.
--------------------------------
Fix Version/s: 10.1.0.Beta1
(was: 10.1.0.Final)
Resolution: Done
Add non blocking Publisher for a Cache
--------------------------------------
Key: ISPN-9721
URL:
https://issues.jboss.org/browse/ISPN-9721
Project: Infinispan
Issue Type: Feature Request
Components: Core, Publisher
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.1.0.Beta1
We currently have distributed streams. Unfortunately this requires blocking to operate at
various levels. We need to instead expose some sort of distributed publisher that allows
for distributed operations but in a totally non blocking way.
I had started a branch that has some ideas for the public API
https://github.com/wburns/infinispan/tree/ISPN-9565_publisher. I believe the use of the
various compose methods should help reduce complexity as all of the operations can be in a
utility class if needed.