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/20 12:30:31 UTC

[camel-kamelets-examples] 03/03: Azure Schema Registry: Add an example with Kamelet too to consume from Azure Eventhubs Kafka

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kafka-azure-schema-fixed
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git

commit 429b4bcb0f16984283e2668349be33f7ef6d4b4f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 20 14:28:49 2023 +0200

    Azure Schema Registry: Add an example with Kamelet too to consume from Azure Eventhubs Kafka
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/azure-eventhubs-kafka-azure-schema-registry/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md b/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
index 53ed25e..b23a03d 100644
--- a/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
+++ b/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
@@ -57,6 +57,12 @@ then run:
 camel run kafka-log.yaml 
 ```
 
+You can also use the Kamelet for working with Azure Schema Registry and Azure Eventhubs Kafka
+
+```bash
+jbang --fresh run camel@apache/camel run --local-kamelet-dir=<path_to_your_local_kamelets> --kamelets-version=4.1.0-SNAPSHOT kafka-kamelet-log.yaml
+```
+
 To run the example without JBang, but e.g. Spring Boot, You can export the route:
 ```bash
 camel export application.properties kafka-log.yaml --runtime=spring-boot --directory=code --gav com.acme.example:azure-sr:1.0.0