mirror of https://github.com/apache/kafka.git
MINOR: Fix code section formatting in TROGDOR.md (#6720)
Due to the lack of a blank line, a code section in TROGDOR.md is not properly rendered. This PR fixes it. Reviewers: Jason Gustafson <jason@confluent.io>
This commit is contained in:
parent
511c8e2c9e
commit
1876605fa7
|
|
@ -46,6 +46,7 @@ We can run showTask to see what the task's status is:
|
|||
Task bar of type org.apache.kafka.trogdor.workload.ProduceBenchSpec is DONE. FINISHED at 2019-01-09T20:38:22.039-08:00 after 6s
|
||||
|
||||
To see the results, we use showTask with --show-status:
|
||||
|
||||
> ./bin/trogdor.sh client showTask -t localhost:8889 -i produce0 --show-status
|
||||
Task bar of type org.apache.kafka.trogdor.workload.ProduceBenchSpec is DONE. FINISHED at 2019-01-09T20:38:22.039-08:00 after 6s
|
||||
Status: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue