This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch azure-kafka-schema-registry-sink-ex in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
commit 91c7b314ca8657883b584299139537af1679b697 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Nov 7 12:01:07 2023 +0100 Camel-Kamelets 4.1.0 has been released so we could revisit some instruction in Azure Kafka Schema Registry Examples Signed-off-by: Andrea Cosentino <[email protected]> --- 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 71c4bda..de71259 100644 --- a/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md +++ b/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md @@ -63,6 +63,12 @@ You can also use the Kamelet for working with Azure Schema Registry and Azure Ev jbang --fresh run camel@apache/camel run kafka-kamelet-log.yaml ``` +You can also use the Kamelet for producing to Azure Schema Registry and Azure Eventhubs Kafka + +```bash +jbang --fresh run camel@apache/camel run --local-kamelet-dir=<path_to_your_local_kamelets> azure-kafka-schema-registry-producer.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
