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/11 09:32:01 UTC

[camel-kamelets-examples] branch main updated: Azure Schema Registry and Eventhubs Kafka Example: Make it works with Camel 4.x (#34)

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 1957617  Azure Schema Registry and Eventhubs Kafka Example: Make it works with Camel 4.x (#34)
1957617 is described below

commit 195761750edee8dc641b31532c87f31f78a37d05
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 11:31:55 2023 +0200

    Azure Schema Registry and Eventhubs Kafka Example: Make it works with Camel 4.x (#34)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/azure-eventhubs-kafka-azure-schema-registry/kafka-log.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/jbang/azure-eventhubs-kafka-azure-schema-registry/kafka-log.yaml b/jbang/azure-eventhubs-kafka-azure-schema-registry/kafka-log.yaml
index 1a6519c..a06278b 100644
--- a/jbang/azure-eventhubs-kafka-azure-schema-registry/kafka-log.yaml
+++ b/jbang/azure-eventhubs-kafka-azure-schema-registry/kafka-log.yaml
@@ -15,7 +15,6 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-# camel-k: dependency=mvn:org.apache.camel.kamelets:camel-kamelets-utils:3.20.1.1
 # camel-k: dependency=mvn:com.acme.example:azure-identity:0.1
 # camel-k: dependency=mvn:com.microsoft.azure:azure-schemaregistry-kafka-avro:1.1.1
 # camel-k: dependency=mvn:com.azure:azure-data-schemaregistry-apacheavro:1.1.4
@@ -23,9 +22,9 @@
 
 - beans:
   - name: defaultAzureCredential
-    type: "#class:com.acme.example.azure.DefaultAzureCredentialWrapper"
+    type: "com.acme.example.azure.DefaultAzureCredentialWrapper"
   - name: order
-    type: "#class:com.acme.example.eventhubs.models.Order"
+    type: "com.acme.example.eventhubs.models.Order"
 
 - route:
     id: "kafka-to-log"