]
Gustavo Fernandes updated ISPRK-42:
-----------------------------------
Status: Open (was: New)
Support for writing using protobuf marshaller to Infinispan
-----------------------------------------------------------
Key: ISPRK-42
URL:
https://issues.jboss.org/browse/ISPRK-42
Project: Infinispan Spark
Issue Type: Enhancement
Components: RDD
Affects Versions: 0.4
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 0.5
When using {{rdd.writeToInfinispan}} to write an arbitrary (K,V) RDD to Infinispan, the
connector will use the default marshaller and doesn't support writing using a protobuf
marshaller.
It should respect the {{infinispan.rdd.query.proto.protoclasses}} or the pair
{{infinispan.rdd.query.proto.protofiles/infinispan.rdd.query.proto.marshallers}} to
correctly configure the serialization context in order to write to the cache.
Also, it should have a property to allow auto-registration of the proto files.