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 2536a6e4938 Docs sync done from apache/pulsar (#2ebb379)
2536a6e4938 is described below
commit 2536a6e4938b0dac06d88f5b611a018afa1d7572
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 19 01:36:04 2023 +0000
Docs sync done from apache/pulsar (#2ebb379)
---
static/reference/next/pulsar-client/pulsar-client.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/static/reference/next/pulsar-client/pulsar-client.md
b/static/reference/next/pulsar-client/pulsar-client.md
index de48746ef4c..26fc3f70049 100644
--- a/static/reference/next/pulsar-client/pulsar-client.md
+++ b/static/reference/next/pulsar-client/pulsar-client.md
@@ -38,6 +38,7 @@ $ pulsar-client consume [options]
|---|---|---|
| `-t, --subscription-type` | Subscription type.|Exclusive|
| `--hide-content` | Do not write the message to console.|false|
+| `-rs, --replicated` | Whether the subscription status should be
replicated|false|
| `-n, --num-messages` | Number of messages to consume, 0 means to consume
forever.|1|
| `-r, --rate` | Rate (in msg/sec) at which to consume, value 0 means to
consume messages as fast as possible.|0.0|
| `-ekv, --encryption-key-value` | The URI of private key to decrypt payload,
for example file:///path/to/private.key or
data:application/x-pem-file;base64,*****|null|