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 77445355156b9f41ce456c77a930697212ad9e1d Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Oct 19 12:50:32 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/kafka-azure-schema-registry-source.kamelet.yaml b/kamelets/kafka-azure-schema-registry-source.kamelet.yaml index 705d57ba..52c44885 100644 --- a/kamelets/kafka-azure-schema-registry-source.kamelet.yaml +++ b/kamelets/kafka-azure-schema-registry-source.kamelet.yaml @@ -36,7 +36,7 @@ spec: required: - topic - bootstrapServers - - azureSchemaRegistryUrl + - azureRegistryUrl - password type: object properties:
