[ 
https://issues.apache.org/jira/browse/CAMEL-7853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187423#comment-14187423
 ] 

Gérald Quintana edited comment on CAMEL-7853 at 10/28/14 10:14 PM:
-------------------------------------------------------------------

I started something here 
https://github.com/gquintana/camel/compare/CAMEL-7853-InfinispanAggregationRepository

I need some advice before I can PR something: how should I marshal/unmarshal 
the Exchange before/after putting/getting it to/from the cache? At the moment, 
I am using the DefaultExchangeHolder but I had to implement equals/hashCode to 
make optimistic locking work. 


was (Author: gquintana):
I started something here 
https://github.com/gquintana/camel/commit/ffc773a67ac0eba637310ef18d0de653fff93fe8

I need some advice before I can PR something: how should I marshal/unmarshal 
the Exchange before/after putting/getting it to/from the cache? At the moment, 
I am using the DefaultExchangeHolder but I had to implement equals/hashCode to 
make optimistic locking work. 

> Implement AggregationRepository based on Infinispan data grid
> -------------------------------------------------------------
>
>                 Key: CAMEL-7853
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7853
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Bilgin Ibryam
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.15.0
>
>
> Implement org.apache.camel.spi.AggregationRepository interface using 
> Infinispan libraries. This implementation will be useful for distributed 
> applicaitons aggregating messages withe the same repo.
> For a reference check LevelDBAggregationRepository, 
> MemoryAggregationRepository and HazelcastAggregationRepository 
> implementations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to