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 2dea9f0605ceb725feb6fe228544503a4bfa127f
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 8 14:22:54 2021 +0200

    Google Pubsub Source Kamelets Added Concurrent Consumers number parameter
---
 .../src/main/resources/kamelets/google-pubsub-source.kamelet.yaml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
index 2dc150f..fd4f531 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
@@ -48,8 +48,8 @@ spec:
         type: integer
         default: 1
       concurrentConsumers:
-        title: Max Messages Per Poll
-        description: The max number of messages to receive from the server in 
a single API call
+        title: Concurrent Consumers
+        description: The number of parallel streams consuming from the 
subscription
         type: integer
         default: 1        
   dependencies:

Reply via email to