This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new e68abbf Regen
e68abbf is described below
commit e68abbf9281afaca16948315b9831689c9d9cd01
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Nov 13 05:17:31 2019 +0100
Regen
---
docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc
b/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc
index 3693493..1d12138 100644
--- a/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc
+++ b/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc
@@ -66,6 +66,10 @@ use.
Notice the aggregation strategy is a mandatory option and must be
provided to the aggregator.
+IMPORTANT: In the aggregate method, do not create a new exchange instance to
return,
+instead return either the old or new exchange from the input parameters;
+favor returning the old exchange whenever possible.
+
Here are a few example `AggregationStrategy` implementations that should
help you create your own custom strategy.