]
Tristan Tarrant updated ISPN-6971:
----------------------------------
Fix Version/s: 9.1.0.Final
(was: 9.0.0.Final)
Use JChannel directly instead of going through MessageDispatcher
----------------------------------------------------------------
Key: ISPN-6971
URL:
https://issues.jboss.org/browse/ISPN-6971
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.0.0.Alpha4
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 9.1.0.Final
JGroups changed its serialization in 4.0, and even when using MessageDispatcher we still
have to provide a JGroups-style marshaller for deserializing RPC responses. If we used
JChannel directly, we could avoid this, and we'd have more control over how we process
responses.