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 92a8b38c5fd Fixed xref 92a8b38c5fd is described below commit 92a8b38c5fdd8ebaad76336537f3e379ee5e1b31 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Feb 9 07:02:54 2024 +0100 Fixed xref --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc index a9311bec5d3..b11b5545d81 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc @@ -101,17 +101,11 @@ The reason is that this link should only be for EIPs with sub exchanges such as ==== Throttle EIP -// We refactored the Throttle EIP implementation so that Camel can support two different modes of throttling. -// -// One based on the total number of requests over a period of time ("TotalRequests" mode), that was the default on Camel up to -// version 4.2.0. On Camel 4.3.0 we introduced a new one based on the number of concurrent requests and replaced the former. - - Previously Camel used a throttler based on the total number of requests over a period of time ("TotalRequests" mode). That was the default on Camel up to version 4.2.0. On Camel 4.3.0 we introduced a new one based on the number of concurrent requests and replaced the former. -With Camel 4.4.0 we refactored the xref:next@components:eips:throttle-eip.adoc[Throttle EIP] implementation so that Camel can support two different modes of throttling. +With Camel 4.4.0 we refactored the xref:components:eips:throttle-eip.adoc[Throttle EIP] implementation so that Camel can support two different modes of throttling. Check the component documentation for details about how to use each mode.