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

[camel-performance-tests] branch main updated (6b49489 -> 5952d94)

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

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


    from 6b49489  Kafka Azure Storage Profiling Example: Updated README
     new 5af06e5  Kafka Azure Storage Blob with Exchange Pooling Example: Use application.properties to fill Kamelet parameters
     new 5952d94  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.


Summary of changes:
 .../kafka-azure-storage-blob-exchange-pooling/README.md      |  2 +-
 .../data/application.properties                              | 12 ++++++++++++
 .../data/sources/routes.yaml                                 |  7 -------
 3 files changed, 13 insertions(+), 8 deletions(-)

[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 main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 5af06e5de88c5d3d601c5da486aaf4d6255d312f
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 main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 5952d9495cad4eec8be21c8f37f9dcc39ebdf13d
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