This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f34997ca15 CAMEL-20081: Added an entry for Dynamic Router EIP changes 
to the 4.2 upgrade doc. (#11972)
3f34997ca15 is described below

commit 3f34997ca15743e8e720e90925ffd466fe9c146b
Author: Steve Storck <[email protected]>
AuthorDate: Sat Nov 11 10:52:35 2023 -0500

    CAMEL-20081: Added an entry for Dynamic Router EIP changes to the 4.2 
upgrade doc. (#11972)
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc      | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
index 1c9bd3eaef2..4d696d68641 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
@@ -52,6 +52,19 @@ expected to function correctly if using Java 21.
 
 A new release of Apache Ignite is expected that will start to support Java 21.
 
+=== camel-dynamic-router EIP component (non-core)
+
+The Dynamic Router EIP component has been refactored to use the Multicast 
Processor for sending messages to recipients,
+and this brought some additional configuration options:
+
+- `parallelProcessing`, `parallelAggregate`, `stopOnException`, 
`ignoreInvalidEndpoints`, `streaming`, `timeout`,
+`onPrepare`, `shareUnitOfWork`, `executorService`, and `aggregationStrategy`.  
These configuration items are for
+configuring the Multicast Processor within the Dynamic Router EIP component, 
so their description, meaning, and effect
+are identical to that of the Multicast Processor.
+
+When upgrading to this version, you should still be able to use this component 
with the configuration from previous
+versions.  The new options allow more specific configuration, if you need it.
+
 === camel-spring & camel-spring-boot
 
 ==== Autowiring Primary beans

Reply via email to