[infinispan-issues] [JBoss JIRA] (ISPN-9181) Remove compat mode from Remote Iterator

Gustavo Fernandes (JIRA) issues at jboss.org
Fri Jun 8 05:53:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Fernandes updated ISPN-9181:
------------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/6045


> Remove compat mode from Remote Iterator
> ---------------------------------------
>
>                 Key: ISPN-9181
>                 URL: https://issues.jboss.org/browse/ISPN-9181
>             Project: Infinispan
>          Issue Type: Sub-task
>          Components: Server
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>
> The remote iterator has internal checks for compat mode and unmarshalls keys and values before running them to the filters (in case they're present).
> There should be a generic mechanism where the filter itself specifies in which format it wants to process the data. Something similar to {{useRawData()}} in the remote listeners, where each listener control the type of data should receive, either as Pojos or binary format.
> Furthermode, there is a Cache Manager wide marshaller that is used to "unmarshall" filter paramers and objects. This marshaller should be removed and instead the MediaType info sent by clients should be used to select the right transcoder to convert to/from the storage format



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list