[infinispan-issues] [JBoss JIRA] (ISPN-10948) Replace CompletionStageToPublisher with CompletionStageToSingle

Tristan Tarrant (Jira) issues at jboss.org
Thu Nov 14 03:53:00 EST 2019


     [ https://issues.jboss.org/browse/ISPN-10948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-10948:
-----------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> Replace CompletionStageToPublisher with CompletionStageToSingle
> ---------------------------------------------------------------
>
>                 Key: ISPN-10948
>                 URL: https://issues.jboss.org/browse/ISPN-10948
>             Project: Infinispan
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Will Burns
>            Assignee: Will Burns
>            Priority: Major
>             Fix For: 10.1.0.Beta1
>
>
> We shouldn't ever need to convert a CompletionStage to a Publisher as this implies multiple values. Instead we should always convert to a Single at worst case. This should provide less overhead as the processing for Single is much less complex then Publisher.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list