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 04d138e83d6fc194926145ac91c1f1a9d303026a Author: Andrea Cosentino <[email protected]> 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 <[email protected]> --- 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:
