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 2021/11/05 08:30:48 UTC

[camel-performance-tests] branch azure-prop-exchange-pooling created (now 68e0241)

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

acosentino pushed a change to branch azure-prop-exchange-pooling
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git.


      at 68e0241  Kafka Azure Storage Profiling Example with Exchange Pooling: Updated README

This branch includes the following new commits:

     new 4921c39  Kafka Azure Storage Blob with Exchange Pooling Example: Use application.properties to fill Kamelet parameters
     new 68e0241  Kafka Azure Storage Profiling Example with Exchange Pooling: Updated README

The 2 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-performance-tests] 01/02: Kafka Azure Storage Blob with Exchange Pooling Example: Use application.properties to fill Kamelet parameters

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

acosentino pushed a commit to branch azure-prop-exchange-pooling
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 4921c396ea327a51577ea085b977905a37a177bc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 5 09:29:48 2021 +0100

    Kafka Azure Storage Blob with Exchange Pooling Example: Use application.properties to fill Kamelet parameters
---
 .../data/application.properties                              | 12 ++++++++++++
 .../data/sources/routes.yaml                                 |  7 -------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/profiling/kafka-azure-storage-blob-exchange-pooling/data/application.properties b/profiling/kafka-azure-storage-blob-exchange-pooling/data/application.properties
index e94cf13..bde75d2 100644
--- a/profiling/kafka-azure-storage-blob-exchange-pooling/data/application.properties
+++ b/profiling/kafka-azure-storage-blob-exchange-pooling/data/application.properties
@@ -31,3 +31,15 @@ camel.main.exchange-factory-statistics-enabled = true
 camel.k.sources[0].location = file:/etc/camel/sources/routes.yaml
 camel.k.sources[0].type     = source
 
+#
+# Azure Storage Blob properties
+#
+camel.kamelet.azure-storage-blob-sink.containerName = containerName
+camel.kamelet.azure-storage-blob-sink.accessKey     = accessKey
+camel.kamelet.azure-storage-blob-sink.accountName   = accountName
+
+#
+# Kafka properties
+#
+camel.kamelet.kafka-not-secured-source.brokers = localhost:9092
+camel.kamelet.kafka-not-secured-source.topic   = testtopic
diff --git a/profiling/kafka-azure-storage-blob-exchange-pooling/data/sources/routes.yaml b/profiling/kafka-azure-storage-blob-exchange-pooling/data/sources/routes.yaml
index e813717..1905dfe 100644
--- a/profiling/kafka-azure-storage-blob-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka-azure-storage-blob-exchange-pooling/data/sources/routes.yaml
@@ -18,14 +18,7 @@
 - route:
     from: 
       uri: "kamelet:kafka-not-secured-source"
-      parameters:
-        brokers: "localhost:9092"
-        topic: "testtopic"
     steps:
       - to: 
           uri: "kamelet:azure-storage-blob-sink"
-          parameters:
-            containerName: "container"
-            accessKey: "accessKey"
-            accountName: "account"
 

[camel-performance-tests] 02/02: Kafka Azure Storage Profiling Example with Exchange Pooling: Updated README

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

acosentino pushed a commit to branch azure-prop-exchange-pooling
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 68e0241c67e101c38d9f3336fc721b0d72c8a72b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 5 09:30:24 2021 +0100

    Kafka Azure Storage Profiling Example with Exchange Pooling: Updated README
---
 profiling/kafka-azure-storage-blob-exchange-pooling/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiling/kafka-azure-storage-blob-exchange-pooling/README.md b/profiling/kafka-azure-storage-blob-exchange-pooling/README.md
index 1c6629a..9c06b2f 100644
--- a/profiling/kafka-azure-storage-blob-exchange-pooling/README.md
+++ b/profiling/kafka-azure-storage-blob-exchange-pooling/README.md
@@ -1,6 +1,6 @@
 # Kafka to Azure Storage Blob with Exchange Pooling
 
-In the routes.yaml file, set correctly the Azure credentials for storage blob.
+In the application.properties file, set correctly the Azure credentials for storage blob.
 
 Also you'll need to run a Kafka cluster to point to. In this case you could use an ansible role like https://github.com/oscerd/kafka-ansible-role