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

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

commit a74a185ed4085b13efa49a1551f0c633069f1457
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"
 
 
 

Reply via email to