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 f99d267e540d87bc8423f6868acf124ffef8c8b1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 16 13:08:13 2021 +0200

    Kafka to Minio: Fixed example with broker
---
 profiling/kafka-minio/README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/profiling/kafka-minio/README.md b/profiling/kafka-minio/README.md
index 7c94dd4..8d43aef 100644
--- a/profiling/kafka-minio/README.md
+++ b/profiling/kafka-minio/README.md
@@ -22,8 +22,6 @@ docker run --rm -ti \
     quay.io/oscerd/kafka-minio:1.0-SNAPSHOT-jvm
 ```
 
-You'll need a running Kafka broker locally on your host.
-
 ## Enabling JFR 
 
 docker:
@@ -62,7 +60,7 @@ This command for example will send 1000 messages with payload 
"payload" to the t
 
 ```shell script
 cd script/
-> ./burst.sh -n 1000 -t testtopic -p "payload"
+> ./burst.sh -b localhost:9092 -n 1000 -t testtopic -p "payload"
 ```
 
 

Reply via email to