[infinispan-issues] [JBoss JIRA] (ISPN-10948) Replace CompletionStageToPublisher with CompletionStageToSingle
Will Burns (Jira)
issues at jboss.org
Wed Nov 13 12:09:00 EST 2019
Will Burns created ISPN-10948:
---------------------------------
Summary: 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
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