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 148c476f3b2e952b4c0bcb40765a3c0a00ce2a20
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 30 11:39:50 2024 +0100

    Support Kafka Batch as Kamelet source - Kafka Not Secured Source as batch
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 docs/modules/ROOT/nav.adoc                           | 2 ++
 kamelets/kafka-batch-not-secured-source.kamelet.yaml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index e1d902e6..d7be04ed 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -131,6 +131,8 @@
 * xref:kafka-apicurio-registry-not-secured-source.adoc[]
 * xref:kafka-azure-schema-registry-sink.adoc[]
 * xref:kafka-azure-schema-registry-source.adoc[]
+* xref:kafka-batch-manual-commit-action.adoc[]
+* xref:kafka-batch-not-secured-source.adoc[]
 * xref:kafka-manual-commit-action.adoc[]
 * xref:kafka-not-secured-sink.adoc[]
 * xref:kafka-not-secured-source.adoc[]
diff --git a/kamelets/kafka-batch-not-secured-source.kamelet.yaml 
b/kamelets/kafka-batch-not-secured-source.kamelet.yaml
index 14cb1040..15b6525b 100644
--- a/kamelets/kafka-batch-not-secured-source.kamelet.yaml
+++ b/kamelets/kafka-batch-not-secured-source.kamelet.yaml
@@ -88,12 +88,12 @@ spec:
         type: boolean
         default: true
       batchSize:
-        title: The batch dimension
+        title: Batch Dimension
         description: The maximum number of records returned in a single call 
to poll()
         type: int
         default: 500
       pollTimeout:
-        title: The poll timeout interval
+        title: Poll Timeout Interval
         description: The timeout used when polling the KafkaConsumer
         type: int
         default: 5000

Reply via email to