You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/30 11:09:49 UTC

(camel-kamelets) 04/04: Support Kafka Batch as Kamelet source - Kafka Source as Batch

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

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

commit b68771ad70196ec76373beb50612ee0299903ca5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 30 12:09:20 2024 +0100

    Support Kafka Batch as Kamelet source - Kafka Source as Batch
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/kafka-batch-source.kamelet.yaml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-batch-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-batch-source.kamelet.yaml
index 64ba3e63..853e05bb 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-batch-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-batch-source.kamelet.yaml
@@ -17,7 +17,7 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: kafka-source
+  name: kafka-batch-source
   annotations:
     camel.apache.org/kamelet.support.level: "Stable"
     camel.apache.org/catalog.version: "4.4.0-SNAPSHOT"
@@ -32,7 +32,7 @@ metadata:
     camel.apache.org/kamelet.type: "source"
 spec:
   definition:
-    title: "Kafka Source"
+    title: "Kafka Batch Source"
     description: |-
       Receive data from Kafka topics in batch through Plain Login Module and commit them manually through KafkaManualCommit..
     required: