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:31:47 UTC

[camel-kamelets-examples] branch azure-eventhubs-schema-regi created (now b5bd3cc)

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

acosentino pushed a change to branch azure-eventhubs-schema-regi
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


      at b5bd3cc  Azure Schema Registry and Eventhubs Kafka Example: Make it works with Camel 4.x

This branch includes the following new commits:

     new b5bd3cc  Azure Schema Registry and Eventhubs Kafka Example: Make it works with Camel 4.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets-examples] 01/01: Azure Schema Registry and Eventhubs Kafka Example: Make it works with Camel 4.x

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b5bd3cc900094072d7930df2d84ab5f55c680d45
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 11:30:47 2023 +0200

    Azure Schema Registry and Eventhubs Kafka Example: Make it works with Camel 4.x
    
    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"