[infinispan-issues] [JBoss JIRA] (ISPN-11743) CacheCollection#localPublisher default is blocking
Will Burns (Jira)
issues at jboss.org
Tue Apr 28 15:45:23 EDT 2020
Will Burns created ISPN-11743:
---------------------------------
Summary: CacheCollection#localPublisher default is blocking
Key: ISPN-11743
URL: https://issues.redhat.com/browse/ISPN-11743
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
The default methods added in CacheCollection all rely on the underlying stream to populate the publisher. Unfortunately this can be blocking in certain circumstances. We should evaluate if we can instead remove the default methods (this will be harder since the package these interfaces live in are public). Or we have to ensure that all classes that implement this interface actually override this and ensure it is non blocking.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list