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

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

commit f9da804f8888fcde3184fb04dbd382169d40f43e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 23 12:02:13 2024 +0100

    Review Throttle Action
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../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 a611e72e..48986812 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

Reply via email to