]
Galder Zamarreño updated ISPN-6971:
-----------------------------------
Fix Version/s: 9.0.0.Beta3
(was: 9.0.0.Beta2)
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.0.0.Beta3
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.