]
Will Burns updated ISPN-11533:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 11.0.0.Dev04
Resolution: Done
Convert ClientListenerRegistry to use non blocking calls
--------------------------------------------------------
Key: ISPN-11533
URL:
https://issues.redhat.com/browse/ISPN-11533
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Dev04
The ClientListenerRegistry currently invokes the blocking addListener methods. This
should use the non blocking methods and not use the blocking thread pool.
Note this issue will require
https://issues.redhat.com/browse/ISPN-10457 to be fixed
first so that initial state is truly non blocking.