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 90202debbb4cb9d6e1f0514f3c9554e0a4207a7d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 30 15:18:19 2024 +0100

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

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 320cd5c1..0bced69d 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -133,6 +133,7 @@
 * xref:kafka-azure-schema-registry-source.adoc[]
 * xref:kafka-batch-manual-commit-action.adoc[]
 * xref:kafka-batch-not-secured-source.adoc[]
+* xref:kafka-scram-source.adoc[]
 * xref:kafka-batch-source.adoc[]
 * xref:kafka-manual-commit-action.adoc[]
 * xref:kafka-not-secured-sink.adoc[]
diff --git a/kamelets/kafka-batch-scram-source.kamelet.yaml 
b/kamelets/kafka-batch-scram-source.kamelet.yaml
index 2046a335..0d5e6580 100644
--- a/kamelets/kafka-batch-scram-source.kamelet.yaml
+++ b/kamelets/kafka-batch-scram-source.kamelet.yaml
@@ -17,7 +17,7 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: kafka-scram-source
+  name: kafka-batch-scram-source
   annotations:
     camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "4.4.0-SNAPSHOT"
@@ -32,9 +32,9 @@ metadata:
     camel.apache.org/kamelet.type: "source"
 spec:
   definition:
-    title: "Kafka Scram Source"
+    title: "Kafka Batch Scram Source"
     description: |-
-      Receive data from Kafka topics through SCRAM login module.
+      Receive data from Kafka topics in batch through SCRAM login module and 
commit them manually through KafkaManualCommit..
     required:
       - topic
       - bootstrapServers

Reply via email to