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 2a679118f4768dab9ca1055d960a0d240f214223 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Oct 19 12:49:58 2023 +0200 Create a Specialized Kamelet starting from Kafka Source using Azure Schema Registry - Added Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- .../kamelets/kafka-azure-schema-registry-source.kamelet.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-azure-schema-registry-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-azure-schema-registry-source.kamelet.yaml index e95856c5..705d57ba 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-azure-schema-registry-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/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:
