]
William Burns closed ISPN-9565.
-------------------------------
Resolution: Duplicate Issue
Expose Cache based Publisher
----------------------------
Key: ISPN-9565
URL:
https://issues.jboss.org/browse/ISPN-9565
Project: Infinispan
Issue Type: Feature Request
Components: Core
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 10.0.0.Final
We currently have cache based iterator that work irrespective of cache mode. We should
expose something like Java10 Flow.Publisher or reactive-streams Publisher as well. This
would be helpful when retrieving all entries from the cache in an asynchronous fashion.
Currently you would have to create an iterator and iterate upon it, causing a dedicated
user thread as well as buffering and context switching.
This can be used by enhanced listener API we hope to introduce as well when retrieving
initial state.