This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-s3-deps in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 9dc159d9f5746d1121cc2d5472500c02ae893607 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Sep 9 14:43:58 2021 +0200 Fixed README in kafka-s3 profiling example --- profiling/kafka-s3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiling/kafka-s3/README.md b/profiling/kafka-s3/README.md index 775dbf5..f8bfe40 100644 --- a/profiling/kafka-s3/README.md +++ b/profiling/kafka-s3/README.md @@ -13,7 +13,7 @@ docker run --rm -ti \ -v $PWD/data:/etc/camel:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/camel-k-runtime-example-kafka-s3:1.8.0-jvm + quay.io/oscerd/kafka-s3:1.0-SNAPSHOT-jvm ``` You'll need a running Kafka broker locally on your host. @@ -27,7 +27,7 @@ docker run --rm -ti \ -v $PWD/jfr:/work/jfr:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/camel-k-runtime-example-kafka-s3:1.8.0-jvm + quay.io/oscerd/kafka-s3:1.0-SNAPSHOT-jvm ``` You'll need a running Kafka broker locally on your host.
