malogan82 opened a new pull request #3841: URL: https://github.com/apache/camel/pull/3841
Hi, I'm facing a situation in which I have many replicas of the same camel application in Kubernetes. I've been able to create a Hazelcast cluster between these replicas, using the feature cellar-kubernetes in Karaf. In this application I'm using the aggregation pattern to aggregate response messages received, but to avoid lose cached data in case one of these replicas dies, I was thinking if it could be a good idea to use replicated maps also for the aggregation. For this reason I've created a new class which extends HazelcastAggregationRepository and uses replicated maps instead of maps. I don't know if this change is useless and I'm wrong. Thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org