[infinispan-issues] [JBoss JIRA] (ISPN-8449) Separate the marshalling of the remote QueryRequest/QueryReponse objects and the client marshaller
Adrian Nistor (JIRA)
issues at jboss.org
Mon Oct 30 06:11:00 EDT 2017
Adrian Nistor created ISPN-8449:
-----------------------------------
Summary: Separate the marshalling of the remote QueryRequest/QueryReponse objects and the client marshaller
Key: ISPN-8449
URL: https://issues.jboss.org/browse/ISPN-8449
Project: Infinispan
Issue Type: Enhancement
Components: Remote Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Remote query currently uses the client marshaller for marshalling the query request/response objects. This is currently hardcoded to work for the protobuf and jboss-marshalling case, but if the client's marshaller is changed to something else this will break.
The solution would be to separate the marshalling. The query request/response object should be marshalled using protobuf regardless of what client marshaller is configured. Only the payload of the reponse should be marshalled using the client marshaller.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list