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 020e7412b5c Docs sync done from apache/pulsar(#bc68f02)
020e7412b5c is described below

commit 020e7412b5c37a4272afe7da8be8d4d182018216
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Fri Aug 12 06:01:50 2022 +0000

    Docs sync done from apache/pulsar(#bc68f02)
---
 site2/website-next/docs/io-cli.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site2/website-next/docs/io-cli.md 
b/site2/website-next/docs/io-cli.md
index c285b1249eb..06b4622cf79 100644
--- a/site2/website-next/docs/io-cli.md
+++ b/site2/website-next/docs/io-cli.md
@@ -401,7 +401,7 @@ $ pulsar-admin sinks create options
 | `--subs-name` | Pulsar source subscription name if user wants a specific 
subscription-name for input-topic consumer.
 | `--tenant` | The sink's tenant.
 | `--timeout-ms` | The message timeout in milliseconds.
-| `--topics-pattern` | TopicsPattern to consume from list of topics under a 
namespace that match the pattern. <br />`--input` and `--topics-Pattern` are 
mutually exclusive. <br />Add SerDe class name for a pattern in 
`--customSerdeInputs` (supported for java fun only).
+| `--topics-pattern` | The topic pattern to consume from a list of topics 
under a namespace that matches the pattern. <br />`--input` and 
`--topics-pattern` are mutually exclusive. <br />Add SerDe class name for a 
pattern in `--custom-serde-inputs`.
 
 ### `update`
 
@@ -439,7 +439,7 @@ $ pulsar-admin sinks update options
 | `--subs-name` | Pulsar source subscription name if user wants a specific 
subscription-name for input-topic consumer.
 | `--tenant` | The sink's tenant.
 | `--timeout-ms` | The message timeout in milliseconds.
-| `--topics-pattern` | TopicsPattern to consume from list of topics under a 
namespace that match the pattern. <br />`--input` and `--topics-Pattern` are 
mutually exclusive. <br />Add SerDe class name for a pattern in 
`--customSerdeInputs` (supported for java fun only).
+| `--topics-pattern` | The topic pattern to consume from a list of topics 
under a namespace that matches the pattern. <br />`--input` and 
`--topics-pattern` are mutually exclusive. <br />Add SerDe class name for a 
pattern in `--custom-serde-inputs`.
 | `--update-auth-data` | Whether or not to update the auth data.<br 
/>**Default value: false.**
 
 ### `delete`
@@ -634,7 +634,7 @@ $ pulsar-admin sinks localrun options
 | `--negative-ack-redelivery-delay-ms` | The negatively-acknowledged message 
redelivery delay in milliseconds. |
 |`--tls-allow-insecure`|Allow insecure tls connection.<br />**Default value: 
false**.
 |`--tls-trust-cert-path`|The tls trust cert file path.
-| `--topics-pattern` | TopicsPattern to consume from list of topics under a 
namespace that match the pattern. <br />`--input` and `--topics-Pattern` are 
mutually exclusive. <br />Add SerDe class name for a pattern in 
`--customSerdeInputs` (supported for java fun only).
+| `--topics-pattern` | The topic pattern to consume from a list of topics 
under a namespace that matches the pattern. <br />`--input` and 
`--topics-pattern` are mutually exclusive. <br />Add SerDe class name for a 
pattern in `--custom-serde-inputs`.
 |`--use-tls`|Use tls connection.<br />**Default value: false**.
 
 ### `available-sinks`

Reply via email to