Skip to content

Commit

Permalink
Fix consumer script in README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmry authored Feb 15, 2021
1 parent 7682187 commit 3587bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Open a new terminal window, generate some message to simulate consumer load.

[source,bash]
----
$ ./bin/kafka-producer-perf-test --throughput 500 --num-records 100000000 --topic demo-topic --record-size 100
$ ./bin/kafka-consumer-perf-test --messages 100000000 --timeout 1000000 --topic demo-topic --reporting-interval 1000 --show-detailed-stats
----

**6. Open Grafana.**
Expand Down

0 comments on commit 3587bff

Please sign in to comment.