[infinispan-issues] [JBoss JIRA] (ISPN-4849) Offer ability to read the value in raw marshalled form in clustered listener filter and converter
Tristan Tarrant (JIRA)
issues at jboss.org
Mon Jan 12 09:16:59 EST 2015
[ https://issues.jboss.org/browse/ISPN-4849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant reassigned ISPN-4849:
-------------------------------------
Assignee: (was: Mircea Markus)
> Offer ability to read the value in raw marshalled form in clustered listener filter and converter
> -------------------------------------------------------------------------------------------------
>
> Key: ISPN-4849
> URL: https://issues.jboss.org/browse/ISPN-4849
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Emmanuel Bernard
>
> To avoid the need to ship the value class to all the data grid classpath, it would be quite useful to ask to read the value as byte[] / marshalled form for the filter and converter part on each node involved (for a clustered listener).
> For example, if the value is serialized as protobuf, an implementation could receive the byte[] of the protobuf and read the necessary properties without forcing a specific application .class file to be present. It also saves in unnecessary unmarshalling. Ideally a flag could be used @Listener(marshalled=false).
> This issue might have been created (by Galder) but I cannot find it.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the infinispan-issues
mailing list