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

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

commit 37c7771597cc497b09f042d5d1a4c853159c7d0a
Author: Andrea Cosentino <[email protected]>
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