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 f0869b843eba Docs sync done from apache/pulsar (#b1c5d96)
f0869b843eba is described below
commit f0869b843ebac913dc5f5b0ba2e9117533144ea5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 26 01:35:49 2024 +0000
Docs sync done from apache/pulsar (#b1c5d96)
---
static/reference/next/pulsar-client/pulsar-client.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/static/reference/next/pulsar-client/pulsar-client.md
b/static/reference/next/pulsar-client/pulsar-client.md
index 37c08e700667..416204462e13 100644
--- a/static/reference/next/pulsar-client/pulsar-client.md
+++ b/static/reference/next/pulsar-client/pulsar-client.md
@@ -91,6 +91,10 @@ $ pulsar-client consume [options]
|
| `[-rs, --replicated]` | Whether the subscription status should be
replicated|null|
|
+| `[-ca, --crypto-failure-action]` | Crypto Failure Action|null|
+|
+| `[-mp, --print-metadata]` | Message metadata|null|
+|
| `[-h, --help]` | Show this help message and exit.|null|
|
| `[-v, --version]` | Print version information and exit.|null|
@@ -131,6 +135,10 @@ $ pulsar-client read [options]
|
| `[-pm, --pool-messages]` | Use the pooled message|null|
|
+| `[-ca, --crypto-failure-action]` | Crypto Failure Action|null|
+|
+| `[-mp, --print-metadata]` | Message metadata|null|
+|
| `[-h, --help]` | Show this help message and exit.|null|
|
| `[-v, --version]` | Print version information and exit.|null|