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
The following commit(s) were added to refs/heads/main by this push: new 2e26cec Fixed README for kafka-minio 2e26cec is described below commit 2e26cec1400ead1b9e515556be5c3d1c3243cbc2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 21 07:56:39 2021 +0200 Fixed README for kafka-minio --- profiling/kafka-minio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/kafka-minio/README.md b/profiling/kafka-minio/README.md index 4c20628..a238db8 100644 --- a/profiling/kafka-minio/README.md +++ b/profiling/kafka-minio/README.md @@ -117,7 +117,7 @@ cd script/ > ./multiburst.sh -s 5 -b localhost:9092 -n 1000 -t testtopic -p "payload" ``` -This command will run 5 burst script with 1000 messages each one with payload "payload" to the Kafka instance running on localhost9092 and the topic "testtopic" +This command will run 5 burst script with 1000 messages each one with payload "payload" to the Kafka instance running on localhost:9092 and the topic "testtopic"