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 2022/01/04 13:29:47 UTC

[camel-performance-tests] 03/03: Added Kafka to Solr example

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

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

commit 0e5dc4e4bc9c12f971c1d8e0994b495112155fe2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 4 14:29:01 2022 +0100

    Added Kafka to Solr example
---
 profiling/kafka/kafka-solr/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiling/kafka/kafka-solr/README.md b/profiling/kafka/kafka-solr/README.md
index b2e43cf..e280111 100644
--- a/profiling/kafka/kafka-solr/README.md
+++ b/profiling/kafka/kafka-solr/README.md
@@ -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-s3:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-solr:1.0-SNAPSHOT-jvm
 ```
 
 ## Solr instance
@@ -58,7 +58,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-s3:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-solr:1.0-SNAPSHOT-jvm
 ```
 
 You'll need a running Kafka broker locally on your host.
@@ -84,7 +84,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-s3:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-solr:1.0-SNAPSHOT-jvm
 ```
 
 Where async profiler path is the path of your async profiler on your host machine.
@@ -114,7 +114,7 @@ docker run --rm -ti \
     --network="host" \ 
     -m 128m \ 
     --cpu-quota="25000" \ 
-    quay.io/oscerd/kafka-s3:1.0-SNAPSHOT-jvm
+    quay.io/oscerd/kafka-solr:1.0-SNAPSHOT-jvm
 ```
 
 In this case we are allocating 128 Mb Memory to the container and 0.25% cpus.