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/04 08:15:49 UTC

[camel-performance-tests] 03/04: Kafka to Azure Storage Blob with Exchange Pooling README updated

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

acosentino pushed a commit to branch kafka-az-exchange-pool
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 3b55869588e03a929beb3099f00e049290f6d5a8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 4 09:13:09 2021 +0100

    Kafka to Azure Storage Blob with Exchange Pooling README updated
---
 profiling/kafka-azure-storage-blob-exchange-pooling/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/profiling/kafka-azure-storage-blob-exchange-pooling/README.md b/profiling/kafka-azure-storage-blob-exchange-pooling/README.md
index 2305c80..1c6629a 100644
--- a/profiling/kafka-azure-storage-blob-exchange-pooling/README.md
+++ b/profiling/kafka-azure-storage-blob-exchange-pooling/README.md
@@ -1,4 +1,4 @@
-# Kafka to Azure Storage Blob
+# Kafka to Azure Storage Blob with Exchange Pooling
 
 In the routes.yaml file, set correctly the Azure credentials for storage blob.
 
@@ -38,7 +38,7 @@ docker run --rm -ti \
     -v $PWD/data:/etc/camel:Z \
     -e CAMEL_K_CONF=/etc/camel/application.properties \
     --network="host" \
-    quay.io/oscerd/kafka-azure-storage-blob:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-azure-storage-blob-exchange-pooling:1.0-SNAPSHOT-jvm
 ```
 
 You'll need a running Kafka broker locally on your host.
@@ -52,7 +52,7 @@ docker run --rm -ti \
     -v $PWD/jfr:/work/jfr:Z \
     -e CAMEL_K_CONF=/etc/camel/application.properties \
     --network="host" \
-    quay.io/oscerd/kafka-azure-storage-blob:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-azure-storage-blob-exchange-pooling:1.0-SNAPSHOT-jvm
 ```
 
 You'll need a running Kafka broker locally on your host.
@@ -78,7 +78,7 @@ docker run --rm -ti \
     -v async_profiler_path:/work/async-profiler:Z \
     -e CAMEL_K_CONF=/etc/camel/application.properties \
     --network="host" \
-    quay.io/oscerd/kafka-azure-storage-blob:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-azure-storage-blob-exchange-pooling:1.0-SNAPSHOT-jvm
 ```
 
 Where async profiler path is the path of your async profiler on your host machine.
@@ -108,7 +108,7 @@ docker run --rm -ti \
     --network="host" \ 
     -m 128m \ 
     --cpu-quota="25000" \ 
-    quay.io/oscerd/kafka-azure-storage-blob:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-azure-storage-blob-exchange-pooling:1.0-SNAPSHOT-jvm
 ```
 
 In this case we are allocating 128 Mb Memory to the container and 0.25% cpus.