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 2023/10/19 11:05:01 UTC

[camel-kamelets] 03/08: Create a Specialized Kamelet starting from Kafka Source using Azure Schema Registry - Added Kamelet

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

acosentino pushed a commit to branch azure-source-schema-reg
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit bd8256c87d2c30252edcb7a5bb08b712686a0abf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 19 12:49:33 2023 +0200

    Create a Specialized Kamelet starting from Kafka Source using Azure Schema Registry - Added Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 docs/modules/ROOT/nav.adoc                               | 1 +
 kamelets/kafka-azure-schema-registry-source.kamelet.yaml | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 258bdec5..227dd455 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -124,6 +124,7 @@
 * xref:json-serialize-action.adoc[]
 * xref:jsonata-action.adoc[]
 * xref:kafka-apicurio-registry-not-secured-source.adoc[]
+* xref:kafka-azure-schema-registry-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-azure-schema-registry-source.kamelet.yaml b/kamelets/kafka-azure-schema-registry-source.kamelet.yaml
index e95856c5..705d57ba 100644
--- a/kamelets/kafka-azure-schema-registry-source.kamelet.yaml
+++ b/kamelets/kafka-azure-schema-registry-source.kamelet.yaml
@@ -32,11 +32,12 @@ spec:
   definition:
     title: "Azure Kafka through Eventhubs with Azure Schema Registry Source"
     description: |-
-      Receive data from Kafka topics on Azure Eventhubs on combined with Azure Schema Registry.
+      Receive data from Kafka topics on Azure Eventhubs combined with Azure Schema Registry.
     required:
       - topic
       - bootstrapServers
-      - apicurioRegistryUrl
+      - azureSchemaRegistryUrl
+      - password
     type: object
     properties:
       topic:
@@ -120,7 +121,7 @@ spec:
         type: string
         default: "com.microsoft.azure.schemaregistry.kafka.avro.KafkaAvroDeserializer"
       azureRegistryUrl:
-        title: Apicurio Registry URL
+        title: Azure Schema Registry URL
         description: The Apicurio Schema Registry URL
         type: string
         x-descriptors: