Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-4849

Offer ability to read the value in raw marshalled form in clustered listener filter and converter

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-engineering-ebernard Emmanuel Bernard
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: