You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/10/02 08:10:32 UTC

Re: [PR] Added example of route from kafka to log [camel-kamelets-examples]

davsclaus commented on code in PR #30:
URL: https://github.com/apache/camel-kamelets-examples/pull/30#discussion_r1342388820


##########
jbang/azure-eventhubs-kafka-azure-schema-registry/README.md:
##########
@@ -0,0 +1,44 @@
+# Example for consuming from 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)
+to solve the instantiation problem, as the class uses a builder for instantiating.
+
+## Build the infrastructure
+
+Choose a globally unique name for the eventhubs namespace and edit it in the terraform [script](main.tf).
+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.

Review Comment:
   YOur -> your



##########
jbang/azure-eventhubs-kafka-azure-schema-registry/README.md:
##########
@@ -0,0 +1,44 @@
+# Example for consuming from EventHubs in Avro format, using Azure Schema Registry

Review Comment:
   Should we say Azure EventHubs ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org