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 dc8c4fc42587e58ae7316c46fab7f54b58cc76bb Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Oct 8 15:30:55 2021 +0200 Kafka SQL Example: README improved --- profiling/kafka-sql/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiling/kafka-sql/README.md b/profiling/kafka-sql/README.md index f237b22..7fe1567 100644 --- a/profiling/kafka-sql/README.md +++ b/profiling/kafka-sql/README.md @@ -161,8 +161,7 @@ cd script/ > ./multiburst.sh -s 5 -b localhost:9092 -n 1000 -t testtopic -p '{ > "username":"Alain", "city":"Roma" } ' ``` -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" -``` +This command will run 5 burst script with 1000 messages each one with the specified payload to the Kafka instance running on localhost:9092 and the topic "testtopic"