This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new d8339609aec Docs sync done from apache/pulsar (#4bf208d)
d8339609aec is described below
commit d8339609aec691335fb35f76d9b2bc58bd833193
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 6 01:56:29 2023 +0000
Docs sync done from apache/pulsar (#4bf208d)
---
static/reference/next/pulsar-perf/pulsar-perf.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/static/reference/next/pulsar-perf/pulsar-perf.md
b/static/reference/next/pulsar-perf/pulsar-perf.md
index 17ba37d0089..2ed8fc18a6b 100644
--- a/static/reference/next/pulsar-perf/pulsar-perf.md
+++ b/static/reference/next/pulsar-perf/pulsar-perf.md
@@ -27,6 +27,7 @@ $ pulsar-perf produce [options]
| `-txn, --txn-enable` | Enable or disable the transaction|false|
| `-fp, --format-payload` | Format %i as a message index in the stream from
producer and/or %t as the timestamp nanoseconds.|false|
| `--proxy-protocol` | Proxy protocol to select type of routing at proxy.|null|
+| `-dr, --delay-range` | Mark messages with a given delay by a random number
of seconds. this value between the specified origin (inclusive) and the
specified bound (exclusive). e.g. "1,300"|null|
| `-t, --num-topics, --num-topic` | Number of topics. Must matchthe given
number of topic arguments.|1|
| `-v, --encryption-key-value-file` | The file which contains the public key
to encrypt payload|null|
| `-bb, --batch-max-bytes` | Maximum number of bytes per batch|4194304|