[infinispan-issues] [JBoss JIRA] (ISPN-9565) Expose Cache based Publisher

William Burns (JIRA) issues at jboss.org
Mon Oct 1 12:35:00 EDT 2018


William Burns created ISPN-9565:
-----------------------------------

             Summary: 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
             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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list