[infinispan-issues] [JBoss JIRA] (ISPN-3109) Define(reuse) a language independent serialisation protocol for storing data in the cache
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 10:22:21 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786982#comment-12786982 ]
Mircea Markus commented on ISPN-3109:
-------------------------------------
After ProtoStreams (TM) is implemented we can add the integration layer with the java hotrod client:
* using the user/account/transaction domain model (attachment) populate some cached (user, account, transaction..) with data
* the insertion of data into the cache is done through a RemoteCache (java hotrod client) configured to use a hotrod client ProtoStream marshaller (see infinispan.client.hotrod.marshaller configuration on the java hotrod client)
* another java hotrod client should read the data from the remote caches as a byte[] and deserialize it with the protobuf compiler generated classes
This way wo achieve several things:
* integration of ProtoStream into Java Hotrod client (with testing)
* this will serve as a foundation for testing the actual remote querying (the testing of remote querying should contain all the queries defined in the query DSL which are based on the same domain model[1])
* early release of this functionality for QA to test
[1] https://github.com/anistor/infinispan/blob/t_3169_m/query/src/main/java/org/infinispan/query/sandbox/sample_domain_model/QuerySamples.java
> Define(reuse) a language independent serialisation protocol for storing data in the cache
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-3109
> URL: https://issues.jboss.org/browse/ISPN-3109
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Mircea Markus
> Assignee: Adrian Nistor
> Priority: Blocker
> Labels: jdg62
> Fix For: 6.0.0.Alpha1, 6.0.0.Final
>
> Attachments: domain_model.png
>
>
> The basic requirement is: write a Person object from a C++ hotrod client and read it from a Java/C# client, or in embedded mode.
> Analysis: https://docs.google.com/spreadsheet/ccc?key=0Ag5RGdzR_GsldDdOVnpwbDUyT20xZlZPZUk5aFNjcGc#gid=0
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list