Skip to content

Commit

Permalink
Support Kafka Batch as Kamelet source - Kafka Scram Source as Batch
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Jan 30, 2024
1 parent 90202de commit 7eacc08
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 7eacc08

Please sign in to comment.