camel-cookbook-examples
camel-cookbook-examples copied to clipboard
Ch 6 - Splitting and Aggregating
- [ ] Research PreCompletionAwareAggregationStrategy for possible inclusion
- [ ] Research completionPredicate and use of provided AggregationStrategy for use as Predicate
- [ ] Research TimeoutAwareAggregationStrategy
- [ ] Research completeAllOnStop
- [ ] Research Using POJOs as AggregationStrategy
- [ ] Research AggregateController
- [ ] Research Completing current group decided from the AggregationStrategy
- [ ] Add reference to Manually Force the Completion of All Aggregated Exchanges Immediately
- [ ] Review if Splitting topics cover how to split and big message splitting
- [ ] Make sure there is a clear discussion and example of batch splitting and joining a large file with streaming as that's a common use case, especially handling issues and re-running the batch and/or knowing that the whole batch has completed successfully
- [x] Does Splitter recipe cover stopOnException?
- [ ] Do we cover checking for an exception in the AggregatorStrategy?