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/02 09:15:02 UTC

[camel-kamelets-examples] branch main updated: Added some minor fix to README for Azure Eventhubs with Azure Schema Registry

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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new fa9c3c4  Added some minor fix to README for Azure Eventhubs with Azure Schema Registry
fa9c3c4 is described below

commit fa9c3c471e8e1db3e5b71e43fd11995dfb4c3f13
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 2 11:14:32 2023 +0200

    Added some minor fix to README for Azure Eventhubs with Azure Schema Registry
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/azure-eventhubs-kafka-azure-schema-registry/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md b/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
index 4b1f192..aa76f4f 100644
--- a/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
+++ b/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
@@ -1,4 +1,4 @@
-# Example for consuming from EventHubs in Avro format, using Azure Schema Registry
+# Example for consuming from Azure EventHubs in Avro format, using Azure Schema Registry
 
 This example shows a YAML DSL route for consuming Avro messages from Eventhubs using Azure Schema Registry.
 The exmaple also includes a producer for convenience, as well as a wrapper around [DefaultAzureCredentials](https://learn.microsoft.com/en-us/java/api/com.azure.identity.defaultazurecredential?view=azure-java-stable)
@@ -11,7 +11,7 @@ Then, create the services using the script.
 
 ## Configure the applications
 
-Use [application.properties.template](application.properties.template) to create `application.properties` and define YOur eventhubs namespace in there.
+Use [application.properties.template](application.properties.template) to create `application.properties` and define your eventhubs namespace in there.
 After the services have been created, the connection string for the eventhub can be found on the Azure Console,
 or by running:
 ```bash