]
Will Burns updated ISPN-9716:
-----------------------------
Fix Version/s: 10.0.0.Beta4
Update internal remote listener code to support non blocking
------------------------------------------------------------
Key: ISPN-9716
URL:
https://issues.jboss.org/browse/ISPN-9716
Project: Infinispan
Issue Type: Sub-task
Components: Listeners
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Beta4
With ISPN-9714 we will not be able to have non blocking listeners. We need to update all
of our remote listeners to use non blocking properly.
Note that the client listeners themselves currently do not send a response, so this does
not mean to update our client listener objects, but rather the code supporting them (ie.
ClientListenerRegistry).