We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737e562 commit b35bb5fCopy full SHA for b35bb5f
src/docs/asciidoc/performance-tool.adoc
@@ -456,6 +456,14 @@ publishing sequence starting at 0 and incremented for each message).
456
The same naming options apply as above in <<api.adoc#consumer-names, consumer names>> with the only
457
difference that the default pattern is empty (i.e. no deduplication).
458
459
+Here is an example of the usage of the `--producer-names` option:
460
+
461
+----
462
+java -jar stream-perf-test.jar --producer-names %s-%d
463
464
465
+The run will start one producer and will use the `stream-1` producer reference (default stream is `stream` and the number of the producer is 1.)
466
467
=== Building the Performance Tool
468
469
To build the uber JAR:
0 commit comments