From f9da804f8888fcde3184fb04dbd382169d40f43e Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Tue, 23 Jan 2024 12:02:13 +0100 Subject: [PATCH] Review Throttle Action Signed-off-by: Andrea Cosentino --- .../src/main/resources/kamelets/throttle-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/throttle-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/throttle-action.kamelet.yaml index a611e72ef..489868121 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/throttle-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/throttle-action.kamelet.yaml @@ -32,7 +32,7 @@ spec: title: "Throttle Action" description: "The Throttle action allows you to ensure that a specific sink does not get overloaded." required: - - messages + - maxConcurrentRequests properties: maxConcurrentRequests: title: Max Concurrent Requests